From 2fe9f95a0ccc8446981957889f77b901409cc21d Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Sat, 2 Nov 2024 22:10:52 +0100 Subject: [PATCH] #0000 - Update Factorio image version to 2.0.14 This commit changes the Factorio image from 'stable' to version '2.0.14' in the docker-compose.yml file. This ensures that the application uses a specific, known version for consistency and reproducibility. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 46a4f90..54b6117 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ volumes: services: app: - image: factoriotools/factorio:stable + image: factoriotools/factorio:2.0.14 ports: - target: 34197 published: 34197