We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b29e5e commit 6a62a04Copy full SHA for 6a62a04
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