Skip to content

Commit 9a0e7f3

Browse files
authored
[OOTB] Update PostgreSQL image to use specific digest for version 17.9 (#429)
`ootb` variant of #428 Fixes #426
1 parent da1a7c9 commit 9a0e7f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/postgres-db.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM postgres:17
1+
# sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72 = postgres:17.9
2+
FROM postgres@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72
23
COPY dbdata/*.sql /docker-entrypoint-initdb.d
34
EXPOSE 5432
45

0 commit comments

Comments
 (0)