Duplicacy Web on Docker, not upgrading to v1.6

I’m running the following docker-compose (volumes/registration omitted)

version: "3"
services:
  duplicacy-web:
    image: saspus/duplicacy-web:mini
    container_name: duplicacy-web
    environment:
      - DUPLICACY_WEB_VERSION=Stable

I understood (misunderstood?) that stopping the container and and restarting the compose file would force an update when using the “mini” image. Yet I am still on v1.5.0.

What am I overlooking? Thank you.

https://duplicacy.com/latest_web_version today returns {"latest":"1.6.3","stable":"1.5.0"}

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.