factoriotools / factorio-docker

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

'stable' tag not following factorio.com #375

Closed jlucktay closed 3 years ago

jlucktay commented 3 years ago

Hi there, and thank you for this image! We use it on our server all the time, and have our setup tracking the stable tag.

However, when running up today and connecting, I saw an error that my client was 1.1.21 but the server was 1.1.25.

The README here states that the stable tag is the version declared stable on factorio.com, but when I checked there just now (18th Feb @ 11:09 UTC) it says that 1.1.21 is stable and that 1.1.25 is still experimental:

image

Is this update done manually, or by some kind of automated mechanism? Either way, can the versions be properly (re)aligned if at all possible? Cheers, and thank you again! 🙏

tom1422 commented 3 years ago

I think the server gets the update before the game does. Just wait for 1.1.25 to be sent to your client. As for the time inbetween, just change your docker command to have this in: factoriotools/factorio:1.1.21

SuperSandro2000 commented 3 years ago

Duplicate of #368