We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7982f81 commit 7863424Copy full SHA for 7863424
Dockerfile
@@ -7,7 +7,7 @@ ARG CI_UPSTREAM_VERSION
7
FROM tensorchord/pgvecto-rs-binary:pg15-v0.2.1-${TARGETARCH} as binary
8
9
# main container
10
-FROM ghcr.io/cloudnative-pg/postgresql:15.6-16
+FROM ghcr.io/cloudnative-pg/postgresql:15.6-16@sha256:8bc9cb6752712173aa9f944f27a59b9b1e6632db62ea3855a4317aa8d0abf26b
11
12
LABEL org.opencontainers.image.authors="Daniel Muehlbachler-Pietrzykowski <daniel.muehlbachler@niftyside.com>"
13
LABEL org.opencontainers.image.vendor="Daniel Muehlbachler-Pietrzykowski"
0 commit comments