[docker] Proper way of switching from latest to stable?

Hi all,

Currently I’m running nextcloud:latest docker image (26.0.1.1 i believe), but I would like to move to stable branch; in about 30% cases when I upgrade as soon as latest image get upgraded I need to go back to previous image for a few days becasue some of applications like maps or recognize are misbehaving a little. Usually it was no big deal, but recently just I do not have much time to mitigate.
What is the proper way? Should I use nextcloud:26.0.1 tag and stay with that until it will become stable, then change docker tag to stable?

Just use nextcloud:26 for example… You can then just change the tag number to nextcloud:27 whenever you think is the right time