mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-26 20:54:34 +02:00
Auto Update Factorio to stable version: 2.0.7 experimental version: 2.0.7
This commit is contained in:
parent
c756ffe827
commit
890489fb15
@ -6,7 +6,8 @@
|
||||
[中文](./README_zh_CN.md)
|
||||
|
||||
<!-- start autogeneration tags -->
|
||||
* `1`, `1.1`, `1.1.110`, `latest`, `stable`, `stable-1.1.110`
|
||||
* `2`, `2.0`, `2.0.7`, `latest`, `stable`, `stable-2.0.7`
|
||||
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
|
||||
* `1.0`, `1.0.0`
|
||||
* `0.17`, `0.17.79`
|
||||
* `0.16`, `0.16.51`
|
||||
|
@ -51,12 +51,21 @@
|
||||
"1.1.110": {
|
||||
"sha256": "485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a",
|
||||
"tags": [
|
||||
"latest",
|
||||
"stable",
|
||||
"stable-1.1.110",
|
||||
"1",
|
||||
"1.1",
|
||||
"1.1.110"
|
||||
]
|
||||
},
|
||||
"2.0.7": {
|
||||
"sha256": "",
|
||||
"tags": [
|
||||
"latest",
|
||||
"stable",
|
||||
"stable-2.0.7",
|
||||
"2",
|
||||
"2.0",
|
||||
"2.0.7"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -6,8 +6,8 @@ services:
|
||||
args:
|
||||
# Check buildinfo.json for supported versions and SHAs
|
||||
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
|
||||
- VERSION=1.1.110
|
||||
- SHA256=485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a
|
||||
- VERSION=2.0.7
|
||||
- SHA256=
|
||||
ports:
|
||||
- "34197:34197/udp"
|
||||
- "27015:27015/tcp"
|
||||
|
Loading…
Reference in New Issue
Block a user