mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #881] Version number of pangolin docker not updated #29508
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @S-North on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/881
I've just updated the docker image to the latest with a
docker compose pull, which executed without error. I checked it was trying to pull latest.The version in the pangolin dashboard before the pull was 1.4.0. After the pull the pangolin version does not appear to have updated, it still says 1.4.0 instead of the latest 1.5.1.
I'm not sure if the version of pangolin was not updated, or just the text in the UI that is wrong. I was not able to run
docker compose exec pangolin bashto try and verify Pangolin's version.There was this in the logs though in case it is relevent;
@Momi-V commented on GitHub (Jun 10, 2025):
You need to reapply the compose stack after pulling.
@S-North commented on GitHub (Jun 10, 2025):
Sorry, I should have said I did do a
docker compose restartbefore.However the explicit
downthenup -ddid actually fix the problem. I didn't realise there was a difference between restart & up/down.Thanks for the help, I am on 1.5.1 now.
@Momi-V commented on GitHub (Jun 10, 2025):
Then I think you can close this issue.
down + upis already the way it's done in the documentation, this is expected behavior for any docker compose stack and nothing the Pangolin devs could change.@github-actions[bot] commented on GitHub (Jun 25, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.