We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1a7c9 commit 9a0e7f3Copy full SHA for 9a0e7f3
1 file changed
scripts/postgres-db.Dockerfile
@@ -1,4 +1,5 @@
1
-FROM postgres:17
+# sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72 = postgres:17.9
2
+FROM postgres@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72
3
COPY dbdata/*.sql /docker-entrypoint-initdb.d
4
EXPOSE 5432
5
0 commit comments