Auto Update Factorio to stable version: 2.0.66 experimental version: 2.0.66

This commit is contained in:
github-actions[bot]
2025-09-05 10:25:17 +00:00
parent bfd14e3b06
commit 874e859e84
3 changed files with 6 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
<!-- start autogeneration tags --> <!-- start autogeneration tags -->
* `latest, 2.0.66` * `latest, 2.0.66`
* `2, 2.0, 2.0.60, stable, stable-2.0.60`
<!-- end autogeneration tags --> <!-- end autogeneration tags -->
## Tag descriptions ## Tag descriptions

View File

@@ -1,18 +1,12 @@
{ {
"2.0.60": {
"sha256": "69b5be1a867fd99524f9914dfee900a1ac386cf4e74c4a63768c05dc4d2b2b0b",
"tags": [
"stable",
"stable-2.0.60",
"2",
"2.0",
"2.0.60"
]
},
"2.0.66": { "2.0.66": {
"sha256": "f1b3976eacc4e233800d399d90006c356fa366f5d64341c504c95c0cba321c06", "sha256": "f1b3976eacc4e233800d399d90006c356fa366f5d64341c504c95c0cba321c06",
"tags": [ "tags": [
"latest", "latest",
"stable",
"stable-2.0.66",
"2",
"2.0",
"2.0.66" "2.0.66"
] ]
} }

View File

@@ -6,8 +6,8 @@ services:
args: args:
# Check buildinfo.json for supported versions and SHAs # Check buildinfo.json for supported versions and SHAs
# https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json # https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json
- VERSION=2.0.60 - VERSION=2.0.66
- SHA256=69b5be1a867fd99524f9914dfee900a1ac386cf4e74c4a63768c05dc4d2b2b0b - SHA256=f1b3976eacc4e233800d399d90006c356fa366f5d64341c504c95c0cba321c06
ports: ports:
- "34197:34197/udp" - "34197:34197/udp"
- "27015:27015/tcp" - "27015:27015/tcp"