Files
AdamuSw/deploy-adamu/docker-compose.prod.yml
Acentech Dev 0fdb455cec
Some checks failed
.NET Core / build (push) Has been cancelled
Pin the production image to a commit-SHA tag instead of :latest
Coolify does not re-pull a tag it already knows locally, so :latest silently
kept the server on a stale layer. On 2026-07-31 production was still running
the 26 July image while DockerHub :latest pointed at a newer digest, which is
why update 104 never appeared in the admin panel.

A commit-SHA tag has never been seen by the host, so the pull is unavoidable.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 15:37:42 +03:00

1.9 KiB