Skip to content

Commit c0e1bae

Browse files
Auto Update Factorio to stable version: 2.0.39 experimental version: 2.0.39
1 parent 370059f commit c0e1bae

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,14 +6,14 @@
66
[中文](./README_zh_CN.md)
77

88
<!-- start autogeneration tags -->
9-
* `2.0.39`, `latest`
9+
* `2`, `2.0`, `2.0.39`, `latest`, `stable`, `stable-2.0.39`
1010
* `2.0.38`
1111
* `2.0.37`
1212
* `2.0.36`
1313
* `2.0.35`
1414
* `2.0.34`
1515
* `2.0.33`
16-
* `2`, `2.0`, `2.0.32`, `stable`, `stable-2.0.32`
16+
* `2.0`, `2.0.32`, `stable-2.0.32`
1717
* `2.0.31`
1818
* `2.0`, `2.0.30`, `stable-2.0.30`
1919
* `2.0.29`

buildinfo.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,8 @@
191191
"sha256": "2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417",
192192
"tags": [
193193
"stable-2.0.32",
194-
"2",
195194
"2.0",
196-
"2.0.32",
197-
"stable"
195+
"2.0.32"
198196
]
199197
},
200198
"2.0.33": {
@@ -237,6 +235,10 @@
237235
"sha256": "0f8a3d0e43797b5ff4d8b85d7c334b095a3f07d9aa7f80b1e87f94939a93df34",
238236
"tags": [
239237
"latest",
238+
"stable",
239+
"stable-2.0.39",
240+
"2",
241+
"2.0",
240242
"2.0.39"
241243
]
242244
}

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.32
10-
- SHA256=2a6102ae42dcc5e8fe923bd68bcd326a569e35912acde121301e5d4d2d856417
9+
- VERSION=2.0.39
10+
- SHA256=0f8a3d0e43797b5ff4d8b85d7c334b095a3f07d9aa7f80b1e87f94939a93df34
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)