#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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-11-02 22:10:52 +01:00
parent 2df8c28199
commit 2fe9f95a0c

View file

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