Skip to content

Commit 956ade4

Browse files
Auto Update Factorio to stable version: 2.0.11 experimental version: 2.0.11
1 parent 049d34e commit 956ade4

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

README.md

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

88
<!-- start autogeneration tags -->
9-
* `2.0.11`, `latest`
10-
* `2`, `2.0`, `2.0.10`, `stable`, `stable-2.0.10`
9+
* `2.0.11`
1110
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
1211
* `1.0`, `1.0.0`
1312
* `0.17`, `0.17.79`

buildinfo.json

-11
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,9 @@
5757
"1.1.110"
5858
]
5959
},
60-
"2.0.10": {
61-
"sha256": "2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4",
62-
"tags": [
63-
"stable",
64-
"stable-2.0.10",
65-
"2",
66-
"2.0",
67-
"2.0.10"
68-
]
69-
},
7060
"2.0.11": {
7161
"sha256": "7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6",
7262
"tags": [
73-
"latest",
7463
"2.0.11"
7564
]
7665
}

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.10
10-
- SHA256=2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4
9+
- VERSION=2.0.11
10+
- SHA256=7848f2d8b2b32a0efeb8a401657459486eda9b8072c221d0f9c0b450290da0d6
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)