Skip to content

Commit 20e6176

Browse files
Auto Update Factorio to stable version: 2.0.32 experimental version: 2.0.32
1 parent e5e1993 commit 20e6176

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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.32`, `latest`
9+
* `2`, `2.0`, `2.0.32`, `latest`, `stable`, `stable-2.0.32`
1010
* `2.0.31`
11-
* `2`, `2.0`, `2.0.30`, `stable`, `stable-2.0.30`
11+
* `2.0`, `2.0.30`, `stable-2.0.30`
1212
* `2.0.29`
1313
* `2.0`, `2.0.28`, `stable-2.0.28`
1414
* `2.0.27`

buildinfo.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@
176176
"2.0.30": {
177177
"sha256": "4137824a20e1f3298410432c85e62d0eb46b0dab1a8411c233699f890d4c1668",
178178
"tags": [
179-
"stable",
180179
"stable-2.0.30",
181-
"2",
182180
"2.0",
183181
"2.0.30"
184182
]
@@ -193,6 +191,10 @@
193191
"sha256": "2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417",
194192
"tags": [
195193
"latest",
194+
"stable",
195+
"stable-2.0.32",
196+
"2",
197+
"2.0",
196198
"2.0.32"
197199
]
198200
}

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.30
10-
- SHA256=4137824a20e1f3298410432c85e62d0eb46b0dab1a8411c233699f890d4c1668
9+
- VERSION=2.0.32
10+
- SHA256=2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)