Skip to content

Commit e5e1993

Browse files
Auto Update Factorio to stable version: 2.0.30 experimental version: 2.0.32
1 parent 6e0ea49 commit e5e1993

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
@@ -8,9 +8,9 @@
88
<!-- start autogeneration tags -->
99
* `2.0.32`, `latest`
1010
* `2.0.31`
11-
* `2.0.30`
11+
* `2`, `2.0`, `2.0.30`, `stable`, `stable-2.0.30`
1212
* `2.0.29`
13-
* `2`, `2.0`, `2.0.28`, `stable`, `stable-2.0.28`
13+
* `2.0`, `2.0.28`, `stable-2.0.28`
1414
* `2.0.27`
1515
* `2.0.26`
1616
* `2.0.25`

buildinfo.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,8 @@
163163
"sha256": "ea9937b6adc7a18e17a4e1e64992ec389407497b36e68280bb14fcdd4c884dd3",
164164
"tags": [
165165
"stable-2.0.28",
166-
"2",
167166
"2.0",
168-
"2.0.28",
169-
"stable"
167+
"2.0.28"
170168
]
171169
},
172170
"2.0.29": {
@@ -178,6 +176,10 @@
178176
"2.0.30": {
179177
"sha256": "4137824a20e1f3298410432c85e62d0eb46b0dab1a8411c233699f890d4c1668",
180178
"tags": [
179+
"stable",
180+
"stable-2.0.30",
181+
"2",
182+
"2.0",
181183
"2.0.30"
182184
]
183185
},

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

0 commit comments

Comments
 (0)