Skip to content

Commit 890489f

Browse files
Auto Update Factorio to stable version: 2.0.7 experimental version: 2.0.7
1 parent c756ffe commit 890489f

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[中文](./README_zh_CN.md)
77

88
<!-- start autogeneration tags -->
9-
* `1`, `1.1`, `1.1.110`, `latest`, `stable`, `stable-1.1.110`
9+
* `2`, `2.0`, `2.0.7`, `latest`, `stable`, `stable-2.0.7`
10+
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
1011
* `1.0`, `1.0.0`
1112
* `0.17`, `0.17.79`
1213
* `0.16`, `0.16.51`

buildinfo.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,21 @@
5151
"1.1.110": {
5252
"sha256": "485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a",
5353
"tags": [
54-
"latest",
55-
"stable",
5654
"stable-1.1.110",
5755
"1",
5856
"1.1",
5957
"1.1.110"
6058
]
59+
},
60+
"2.0.7": {
61+
"sha256": "",
62+
"tags": [
63+
"latest",
64+
"stable",
65+
"stable-2.0.7",
66+
"2",
67+
"2.0",
68+
"2.0.7"
69+
]
6170
}
6271
}

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
args:
77
# Check buildinfo.json for supported versions and SHAs
88
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
9-
- VERSION=1.1.110
10-
- SHA256=485fe6db36e5decd7dd0d70e7c97e61f818100fa3e48d87884b287027c7a646a
9+
- VERSION=2.0.7
10+
- SHA256=
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)