Closed freerainboxbox closed 1 year ago
What do you mean by "client"? TF2 itself updates upon launch just fine, all checksums are also good.
What do you mean by "client"? TF2 itself updates upon launch just fine, all checksums are also good.
Client is new, server is not. The server is what needs fixing. Docker image isn't the newest version. Pulling the image again and running it doesn't show the newest version.
I found the issue. When running the docker image, ghcr.io/
must be before the image name. Otherwise an old version is run. For example: docker run <...> ghcr.io/melkortf/tf2-base
.
Yeah, I mentioned it in the 3.0.0 release docs; I moved the images from Docker registry to the GitHub's one.
Images should be updated accordingly. Should be a simple update: repackage the image, and freshen up the checksums.