Please follow the below template, it will help us to help you!
Expected Behaviour:
When I try to check if I have the last version on console:

On
I should see the latest version. Besides I should see on the bottom of the pihole web the version but I dont.
More info:
- Operating System (Family and Version): Raspbian GNU/Linux 12 (bookworm)
- Hardware: Raspberry Pi 3 Model B Rev 1.2
- Docker compose file or Docker run command
- Docker engine version: 20.10.24+dfsg1
Actual Behaviour:
I dont see the latest version
Debug Token:
https://tricorder.pi-hole.net/ewdM3Cts/
Execute (inside the container) this command:
pihole updatechecker
And then try again.
I have modified the docker-compose-yml file with the solution provide by hmario in this thread:
and later:
sudo docker-compose down
sudo docker-compose -p "pihole" up -d
and it works perfectly.
Thank you!