We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f668c13 commit 3967c65Copy full SHA for 3967c65
examples/deployment/docker/db_server/postgresql/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:17.9@sha256:b994732fcf33f73776c65d3a5bf1f80c00120ba5007e8ab90307b1a743c1fc16
+FROM postgres:18.3@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
2
3
# expects the build context to be: $GOPATH/src/github.com/google/trillian
4
COPY storage/postgresql/schema/storage.sql /docker-entrypoint-initdb.d/storage.sql
0 commit comments