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 a34a0b1 commit e2aa67aCopy full SHA for e2aa67a
Dockerfile
@@ -4,10 +4,10 @@ ARG CI_COMMIT_TAG
4
ARG CI_UPSTREAM_VERSION
5
6
# pgvecto.rs binary container
7
-FROM tensorchord/pgvecto-rs-binary:pg15-v0.2.1-${TARGETARCH} as binary
+FROM tensorchord/pgvecto-rs-binary:pg16-v0.3.0-${TARGETARCH} as binary
8
9
# main container
10
-FROM ghcr.io/cloudnative-pg/postgresql:15.10-16@sha256:d174f1898e69b8163c4b25f1eabb7583230e762d55b0ad099c53a3895ddf405e
+FROM ghcr.io/cloudnative-pg/postgresql:16.8-14@sha256:ed9bd4a26b152cf35f2c64e15f48126e3477ad222cfb04794562bdc999b8f0be
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