Skip to content

Commit 3c45811

Browse files
Auto Update Factorio to stable version: 2.0.28 experimental version: 2.0.28
1 parent 8990021 commit 3c45811

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

88
<!-- start autogeneration tags -->
9-
* `2.0.28`, `latest`
9+
* `2`, `2.0`, `2.0.28`, `latest`, `stable`, `stable-2.0.28`
1010
* `2.0.27`
1111
* `2.0.26`
1212
* `2.0.25`
1313
* `2.0.24`
14-
* `2`, `2.0`, `2.0.23`, `stable`, `stable-2.0.23`
14+
* `2.0`, `2.0.23`, `stable-2.0.23`
1515
* `2.0.22`
1616
* `2.0`, `2.0.21`, `stable-2.0.21`
1717
* `2.0`, `2.0.20`, `stable-2.0.20`

buildinfo.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,8 @@
131131
"sha256": "e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216",
132132
"tags": [
133133
"stable-2.0.23",
134-
"2",
135134
"2.0",
136-
"2.0.23",
137-
"stable"
135+
"2.0.23"
138136
]
139137
},
140138
"2.0.24": {
@@ -165,6 +163,10 @@
165163
"sha256": "ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3",
166164
"tags": [
167165
"latest",
166+
"stable",
167+
"stable-2.0.28",
168+
"2",
169+
"2.0",
168170
"2.0.28"
169171
]
170172
}

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.23
10-
- SHA256=e819fc9ad6df061bf9d4bffc91988dd18d0e3982c8b1c22c0525d78bda3ef216
9+
- VERSION=2.0.28
10+
- SHA256=ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"

0 commit comments

Comments
 (0)