I have two Debian servers, one production and one backup. Every night, the data and Docker files are transferred to the backup server via SFTP. This works perfectly. Now I wanted to test a new server version on the backup server. To do this, I entered "image: joplin/server:latest" in the Compose file. Unfortunately, version 2.12.1-beta is still reported.
How can I update to 3.3.13?
Thanks for any help.
From looking at the "latest" tags listed for Joplin Server on Docker Hub, you could try joplin/server:amd64-latest or joplin/server:arm64-latest depending on your server architecture. The one marked with only "latest" appears to be a couple of months older than those above.
I have not personally tried the above as I set the docker image to a specific version (joplin/server:3.3.13)