Upgarde to 7.0.3 failed

I am using Docker Compose.

  1. I tried to upgrade to 7.0.3 from 7.0.1.
    I added .env file “VERSION=7.0.3”
    but it failed with below output:

sudo docker compose pull
[+] Pulling 11/11
:check_mark: zammad-websocket Skipped - Image is already being pulled by zammad-backup 0.0s
:check_mark: zammad-nginx Skipped - Image is already being pulled by zammad-backup 0.0s
:check_mark: zammad-railsserver Skipped - Image is already being pulled by zammad-backup 0.0s
:check_mark: zammad-init Skipped - Image is already being pulled by zammad-backup 0.0s
:check_mark: zammad-scheduler Skipped - Image is already being pulled by zammad-backup 0.0s
! zammad-elasticsearch Interrupted 0.8s
! zammad-memcached Interrupted 0.8s
! smtp2graph Interrupted 0.8s
✘ zammad-backup Error failed to resolve reference “Package zammad · GitHub”: ghcr.io/zammad/zammad:7.0.3: … 0.8s
! zammad-redis Interrupted 0.8s
! zammad-postgresql Interrupted 0.8s
Error response from daemon: failed to resolve reference “Package zammad · GitHub”: ghcr.io/zammad/zammad:7.0.3: not found

  1. Then I tried to upgrade to 7.0.3 from 7.0.1.
    I added .env file “VERSION=7.0”
    but it upgarded to version 7.0.2, but not 7.0.3.
    I need to upgrade to big fix version. Please help, what am I doing wrong?

  2. As now I have version 7.0.2, can I upgrade directly to 7.1.1 ?
    is it allowed ? do I need to make any chnages in database or any where ?

There doesn’t seem to be a 7.0.3 tag at all.
Is upgrading to the latest stable 7.1.1 not an option for you?

Below link shows an update to 7.0.3, but when I try to upgrade it didn’t.

I already shared output in the post.

For upgarde to 7.1.1, I already asked below question in my post:
3. As now I have version 7.0.2, can I upgrade directly to 7.1.1 ?
is it allowed ? do I need to make any chnages in database or any where ?

Zammad is new for me and I don’t want to break this application in production.