Custom YAML app always update available

I added app using yaml file. App running correctly. But all time I see “Update available” status. I run update but it stays same. Here is my yaml:


services:
  dagu:
    image: ghcr.io/dagu-org/dagu:latest
    container_name: dagu
    ports:
      - "30080:8080"
    environment:
      - DAGU_TZ=Europe/Zagreb
      - DAGU_PORT=8080
      - DAGU_HOME=/var/lib/dagu
      - PUID=568
      - PGID=568
      - DAGU_AUTH_BASIC_USERNAME=user
      - DAGU_AUTH_BASIC_PASSWORD=pass
      - DAGU_AUTH_TOKEN=api-key
    volumes:
      # Using bind mount to TrueNAS storage - update path as needed
      - type: bind
        source: /mnt/mydisk/apps/dagu
        target: /var/lib/dagu
    restart: unless-stopped

Screenshot 2025-11-05 at 10.58.00 AM

It can be that it’s not an update for the image/software vervion of the program, but rather an update for the apps framework that runs the custom app.

My bad I upgraded wrong way. Now its not showing that there is update.