Skip to content

Commit e2aa67a

Browse files
committed
feat(deps): upgrade postgresql to v16.8; upgrade pvecto.rs to v0.3.0
BREAKING CHANGE: major upgrades for postgresql to v16 and pgvecto.rs to v0.3
1 parent a34a0b1 commit e2aa67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ARG CI_COMMIT_TAG
44
ARG CI_UPSTREAM_VERSION
55

66
# pgvecto.rs binary container
7-
FROM tensorchord/pgvecto-rs-binary:pg15-v0.2.1-${TARGETARCH} as binary
7+
FROM tensorchord/pgvecto-rs-binary:pg16-v0.3.0-${TARGETARCH} as binary
88

99
# main container
10-
FROM ghcr.io/cloudnative-pg/postgresql:15.10-16@sha256:d174f1898e69b8163c4b25f1eabb7583230e762d55b0ad099c53a3895ddf405e
10+
FROM ghcr.io/cloudnative-pg/postgresql:16.8-14@sha256:ed9bd4a26b152cf35f2c64e15f48126e3477ad222cfb04794562bdc999b8f0be
1111

1212
LABEL org.opencontainers.image.authors="Daniel Muehlbachler-Pietrzykowski <daniel.muehlbachler@niftyside.com>"
1313
LABEL org.opencontainers.image.vendor="Daniel Muehlbachler-Pietrzykowski"

0 commit comments

Comments
 (0)