From 04085ef23d3c1ac971ae371e6b1690c35dc1a1c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:20:17 +0000 Subject: [PATCH] Auto Update Factorio to stable version: 2.0.8 experimental version: 2.0.8 --- README.md | 2 +- buildinfo.json | 4 ++++ docker/docker-compose.yml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46e60ad..9633974 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [中文](./README_zh_CN.md) -* `2.0.8`, `latest` +* `2`, `2.0`, `2.0.8`, `latest`, `stable`, `stable-2.0.8` * `2`, `2.0`, `2.0.7`, `stable`, `stable-2.0.7` * `1`, `1.1`, `1.1.110`, `stable-1.1.110` * `1.0`, `1.0.0` diff --git a/buildinfo.json b/buildinfo.json index 8a8902c..1ad0a46 100644 --- a/buildinfo.json +++ b/buildinfo.json @@ -71,6 +71,10 @@ "sha256": "d9594c4d552a3e4f965b188a4774da8c8b010fc23ddb0efc63b1d94818dde1ca", "tags": [ "latest", + "stable", + "stable-2.0.8", + "2", + "2.0", "2.0.8" ] } diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 72bd12d..bd77716 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -6,8 +6,8 @@ services: args: # Check buildinfo.json for supported versions and SHAs # https://github.com/factoriotools/factorio-docker/blob/master/buildinfo.json - - VERSION=2.0.7 - - SHA256=e6a64a9ee5b1d3773cd1f40aa5cf78e91960eade6c508fd365c34752afdf2762 + - VERSION=2.0.8 + - SHA256=d9594c4d552a3e4f965b188a4774da8c8b010fc23ddb0efc63b1d94818dde1ca ports: - "34197:34197/udp" - "27015:27015/tcp"