We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c138f6 commit 52cd76dCopy full SHA for 52cd76d
1 file changed
Containerfile
@@ -39,7 +39,7 @@ RUN fetch -qo /tmp/vectorchord.tar.gz \
39
40
# Production image - layer on postgres:14
41
ARG PG_VERSION
42
-FROM localhost/postgres:${PG_VERSION}
+FROM ghcr.io/daemonless/postgres:${PG_VERSION}
43
44
ARG FREEBSD_ARCH=amd64
45
ARG VECTORCHORD_VERSION=0.4.3
0 commit comments