Pull request grocy-docker gives Version 3.3.2 instead of Release v4.0.3-0

Hello guys,

I’m using your grocy docker. Today I made a pull request with following command:

sudo docker pull --platform linux/arm64 linuxserver/grocy

followed by starting as usual:

sudo docker run -d \
  --name=grocy \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 9283:80 \
  -v /path/to/data:/config \
  --restart unless-stopped \
  --privileged \
  lscr.io/linuxserver/grocy:latest

But I don’t get your latest release. What am I doing wrong?