From ecb89b0c11bd604cbe35fcc26a048fa7546339b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:27:04 +0000 Subject: [PATCH] Auto Update Factorio to stable version: 2.0.15 experimental version: 2.0.15 --- README.md | 4 ++-- buildinfo.json | 8 +++++--- docker/docker-compose.yml | 25 ++++++++++++------------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index b9dc83c..f6859ba 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [中文](./README_zh_CN.md) -* `2.0.15`, `latest` -* `2`, `2.0`, `2.0.14`, `stable`, `stable-2.0.14` +* `2`, `2.0`, `2.0.15`, `latest`, `stable`, `stable-2.0.15` +* `2.0`, `2.0.14`, `stable-2.0.14` * `2.0`, `2.0.13`, `stable-2.0.13` * `1`, `1.1`, `1.1.110`, `stable-1.1.110` * `1.0`, `1.0.0` diff --git a/buildinfo.json b/buildinfo.json index e0a5e91..6542631 100644 --- a/buildinfo.json +++ b/buildinfo.json @@ -69,16 +69,18 @@ "sha256": "5a4bc4c3b2a97ed1fc58eb796321e848dcc64435bd91013dd9c78a14a8ce8815", "tags": [ "stable-2.0.14", - "2", "2.0", - "2.0.14", - "stable" + "2.0.14" ] }, "2.0.15": { "sha256": "70b441cb807811a60586c01107248c1d8d7ae043bd1f23675fc924fbaaa538d8", "tags": [ "latest", + "stable", + "stable-2.0.15", + "2", + "2.0", "2.0.15" ] } diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index d428e2d..2b8e509 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -6,24 +6,23 @@ services: args: # Check buildinfo.json for supported versions and SHAs # https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json - - VERSION=2.0.14 - - SHA256=5a4bc4c3b2a97ed1fc58eb796321e848dcc64435bd91013dd9c78a14a8ce8815 + - VERSION=2.0.15 + - SHA256=70b441cb807811a60586c01107248c1d8d7ae043bd1f23675fc924fbaaa538d8 ports: - "34197:34197/udp" - "27015:27015/tcp" volumes: - /opt/factorio:/factorio -# environment: -# - PUID=1000 -# - PGID=1000 -# - UPDATE_MODS_ON_START=true -# - USERNAME=FactorioUsername -# - TOKEN=FactorioToken -# - PORT=34198 -# - PRESET=deathworld -# - ADDR=::1 - + # environment: + # - PUID=1000 + # - PGID=1000 + # - UPDATE_MODS_ON_START=true + # - USERNAME=FactorioUsername + # - TOKEN=FactorioToken + # - PORT=34198 + # - PRESET=deathworld + # - ADDR=::1 # # Uncomment the following line to enable the use of the host's network stack, # # which may be necessary for some setups like NAS or when using some proxy service like firewall rules. # extra_hosts: -# - "host.docker.internal:host-gateway" \ No newline at end of file +# - "host.docker.internal:host-gateway"