We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45987e commit 1eee8a0Copy full SHA for 1eee8a0
examples/deployment/docker/db_server/postgresql/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:17.9@sha256:2cd82735a36356842d5eb1ef80db3ae8f1154172f0f653db48fde079b2a0b7f7
+FROM postgres:18.3@sha256:98f32d2e093deea07127bcc373f89729b77ff3486511cc77224c530e63a41f0e
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