Skip to content

Commit ecb89b0

Browse files
Auto Update Factorio to stable version: 2.0.15 experimental version: 2.0.15
1 parent 42a08a9 commit ecb89b0

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[中文](./README_zh_CN.md)
77

88
<!-- start autogeneration tags -->
9-
* `2.0.15`, `latest`
10-
* `2`, `2.0`, `2.0.14`, `stable`, `stable-2.0.14`
9+
* `2`, `2.0`, `2.0.15`, `latest`, `stable`, `stable-2.0.15`
10+
* `2.0`, `2.0.14`, `stable-2.0.14`
1111
* `2.0`, `2.0.13`, `stable-2.0.13`
1212
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
1313
* `1.0`, `1.0.0`

buildinfo.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,18 @@
6969
"sha256": "5a4bc4c3b2a97ed1fc58eb796321e848dcc64435bd91013dd9c78a14a8ce8815",
7070
"tags": [
7171
"stable-2.0.14",
72-
"2",
7372
"2.0",
74-
"2.0.14",
75-
"stable"
73+
"2.0.14"
7674
]
7775
},
7876
"2.0.15": {
7977
"sha256": "70b441cb807811a60586c01107248c1d8d7ae043bd1f23675fc924fbaaa538d8",
8078
"tags": [
8179
"latest",
80+
"stable",
81+
"stable-2.0.15",
82+
"2",
83+
"2.0",
8284
"2.0.15"
8385
]
8486
}

docker/docker-compose.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@ 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.14
10-
- SHA256=5a4bc4c3b2a97ed1fc58eb796321e848dcc64435bd91013dd9c78a14a8ce8815
9+
- VERSION=2.0.15
10+
- SHA256=70b441cb807811a60586c01107248c1d8d7ae043bd1f23675fc924fbaaa538d8
1111
ports:
1212
- "34197:34197/udp"
1313
- "27015:27015/tcp"
1414
volumes:
1515
- /opt/factorio:/factorio
16-
# environment:
17-
# - PUID=1000
18-
# - PGID=1000
19-
# - UPDATE_MODS_ON_START=true
20-
# - USERNAME=FactorioUsername
21-
# - TOKEN=FactorioToken
22-
# - PORT=34198
23-
# - PRESET=deathworld
24-
# - ADDR=::1
25-
16+
# environment:
17+
# - PUID=1000
18+
# - PGID=1000
19+
# - UPDATE_MODS_ON_START=true
20+
# - USERNAME=FactorioUsername
21+
# - TOKEN=FactorioToken
22+
# - PORT=34198
23+
# - PRESET=deathworld
24+
# - ADDR=::1
2625
# # Uncomment the following line to enable the use of the host's network stack,
2726
# # which may be necessary for some setups like NAS or when using some proxy service like firewall rules.
2827
# extra_hosts:
29-
# - "host.docker.internal:host-gateway"
28+
# - "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)