Skip to content

Commit 24773a4

Browse files
Bump postgres base image to latest debian:trixie-slim digest (#829)
## Summary Updates the debian:trixie-slim base image digest in the cortex-postgres Dockerfile from sha256:cedb1ef4...to sha256:109e2c65... to pick up the latest security patches and package updates from Debian trixie. PG_MAJOR (18) and PG_VERSION (18.3-1.pgdg13+1) remain unchanged as they already match upstream docker-library/postgres. ## Test plan - [x] Docker build succeeded locally - [ ] CI pipeline passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7d9dd65 commit 24773a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:trixie-slim@sha256:cedb1ef40439206b673ee8b33a46a03a0c9fa90bf3732f54704f99cb061d2c5a
1+
FROM debian:trixie-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b
22

33
# explicitly set user/group IDs
44
RUN set -eux; \

0 commit comments

Comments
 (0)