#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:
parent
2df8c28199
commit
2fe9f95a0c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ volumes:
|
|||
services:
|
||||
|
||||
app:
|
||||
image: factoriotools/factorio:stable
|
||||
image: factoriotools/factorio:2.0.14
|
||||
ports:
|
||||
- target: 34197
|
||||
published: 34197
|
||||
|
|
Loading…
Reference in a new issue