Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Last updated: 19 Feb 2026
FROM debian:trixie-slim
# Last updated: 17 Mar 2026
FROM debian:trixie-slim@sha256:26f98ccd92fd0a44d6928ce8ff8f4921b4d2f535bfa07555ee5d18f61429cf0c

# explicitly set user/group IDs
RUN set -eux; \
Expand Down Expand Up @@ -194,4 +194,4 @@ STOPSIGNAL SIGINT
# that even 90 seconds may not be long enough in many instances.

EXPOSE 5432
CMD ["postgres"]
CMD ["postgres"]
Loading