From d5de57a1da4e4fb89cb84f0244ab54d4b6734a9b Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Sun, 16 Feb 2025 10:38:04 +0100 Subject: [PATCH] #0000 - Use stable tag for Factorio image in docker-compose Switched the Factorio image from a specific version to the stable tag. This ensures the deployment always uses the latest stable version without manual updates. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 54b6117..46a4f90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ volumes: services: app: - image: factoriotools/factorio:2.0.14 + image: factoriotools/factorio:stable ports: - target: 34197 published: 34197