From 2df8c281996258bbe6515148fb227782c142a1e1 Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Sat, 2 Nov 2024 22:03:32 +0100 Subject: [PATCH] #0000 - Update Factorio image to stable version Switching from the latest to the stable version ensures more reliable operation by avoiding potential issues with newly introduced changes. This aligns the deployment with production standards for better stability. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4adcdde..46a4f90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ volumes: services: app: - image: factoriotools/factorio:latest + image: factoriotools/factorio:stable ports: - target: 34197 published: 34197