diff --git a/cnpg-pgvector/Dockerfile b/cnpg-pgvector/Dockerfile index 89f7b2002..fc0836814 100644 --- a/cnpg-pgvector/Dockerfile +++ b/cnpg-pgvector/Dockerfile @@ -1,5 +1,5 @@ # CNPG operand image with pgvector extension -ARG PG_MAJOR=15@sha256:6efd1836af0a31bee40e41d312f7752350dd7551a7d4e2e527444fa7d529a921 +ARG PG_MAJOR=15@sha256:679dae9e55d7767a4930b57d35a7db1dfadd22d5b87036932dbd3676a54b5a29 FROM ghcr.io/cloudnative-pg/postgresql:$PG_MAJOR as builder