factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
1.08k stars 243 forks source link

Incorrect loading of the stable tag version #527

Closed BadWolf1st closed 1 month ago

BadWolf1st commented 1 month ago

I created a docker compose file and set the stable tag. I expected to download version 2.0.9 (currently listed in the readme and website Factorio.com as stable). But instead, when using the docker compose pull command, I get version 2.0.8

What am I doing wrong?

My compose file: image

What game say me: image Translate: A version mismatch has been detected! An older version of the game is installed on the server. Your version: 2.0.9. Server version: 2.0.8.

Kegath commented 1 month ago

There seems to be an issue with the stable branch at the moment. Use factoriotools/factorio:2.0.9 to force 2.0.9 on the server

BadWolf1st commented 1 month ago

There seems to be an issue with the stable branch at the moment. Use factoriotools/factorio:2.0.9 to force 2.0.9 on the server

The problem is that together with the factorio container, I use the watchtower container, which in theory should force the factorio container to load a newer version from the stable branch

Fank commented 1 month ago

Duplicate of #526