#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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-02-16 10:38:04 +01:00
parent 2fe9f95a0c
commit d5de57a1da
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35

View file

@ -4,7 +4,7 @@ volumes:
services: services:
app: app:
image: factoriotools/factorio:2.0.14 image: factoriotools/factorio:stable
ports: ports:
- target: 34197 - target: 34197
published: 34197 published: 34197