Version number of pangolin docker not updated #1373

Closed
opened 2026-04-05 19:15:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @S-North on 6/10/2025

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.

name: pangolin
services:
  pangolin:
    image: fosrl/pangolin:latest
    container_name: pangolin

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.

Image

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 bash to try and verify Pangolin's version.

There was this in the logs though in case it is relevent;

npm error path /app
npm error command failed
npm error signal SIGTERM
npm error command sh -c NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs'
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-06-10T06_21_42_611Z-debug-0.log

> @fosrl/pangolin@0.0.0 start
> NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs'
*Originally created by @S-North on 6/10/2025* 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. ``` name: pangolin services: pangolin: image: fosrl/pangolin:latest container_name: pangolin ``` 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. ![Image](https://github.com/user-attachments/assets/731a4682-d38a-4570-ad81-aa9446387e85) 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 bash` to try and verify Pangolin's version. There was this in the logs though in case it is relevent; ``` npm error path /app npm error command failed npm error signal SIGTERM npm error command sh -c NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs' npm error A complete log of this run can be found in: /root/.npm/_logs/2025-06-10T06_21_42_611Z-debug-0.log > @fosrl/pangolin@0.0.0 start > NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs' ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1373