Skip to content

Commit 6a3b160

Browse files
Auto Update Factorio to stable version: 2.0.23 experimental version: 2.0.23
1 parent a3d5456 commit 6a3b160

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[中文](./README_zh_CN.md)
77

88
<!-- start autogeneration tags -->
9-
* `2.0.23`, `latest`
9+
* `2`, `2.0`, `2.0.23`, `latest`, `stable`, `stable-2.0.23`
1010
* `2.0.22`
11-
* `2`, `2.0`, `2.0.21`, `stable`, `stable-2.0.21`
11+
* `2.0`, `2.0.21`, `stable-2.0.21`
1212
* `2.0`, `2.0.20`, `stable-2.0.20`
1313
* `2.0.19`
1414
* `2.0.18`

buildinfo.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,8 @@
117117
"sha256": "1d6d2785006d6a8d9d5fdcdaa7097a189ec35ba95f3521025dc4e046f7a1398e",
118118
"tags": [
119119
"stable-2.0.21",
120-
"2",
121120
"2.0",
122-
"2.0.21",
123-
"stable"
121+
"2.0.21"
124122
]
125123
},
126124
"2.0.22": {
@@ -133,6 +131,10 @@
133131
"sha256": "e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216",
134132
"tags": [
135133
"latest",
134+
"stable",
135+
"stable-2.0.23",
136+
"2",
137+
"2.0",
136138
"2.0.23"
137139
]
138140
}

docker/docker-compose.yml

+2-2
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=2.0.21
10-
- SHA256=1d6d2785006d6a8d9d5fdcdaa7097a189ec35ba95f3521025dc4e046f7a1398e
9+
- VERSION=2.0.23
10+
- SHA256=e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)