Docker image: How to use stable release?

Over on Docker Hub, the documentation for the official Dublicati container provides a list of available tags for the different release versions. However, there’s no tag listed for the latest stable release:

How to setup the container to pull the stable release? Using the image-tag without any additional tag at the end?

image: duplicati/duplicati

Thanks for pointing this out. The docs are out of date, and from a time before we had a stable release.

I have updated the docs to clarify that “latest” is the latest stable release.

I would explicitly add latest:

image: duplicati/duplicati:latest