Skip to content

Commit 52cd76d

Browse files
committed
fix: localhost->github
1 parent 4c138f6 commit 52cd76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN fetch -qo /tmp/vectorchord.tar.gz \
3939

4040
# Production image - layer on postgres:14
4141
ARG PG_VERSION
42-
FROM localhost/postgres:${PG_VERSION}
42+
FROM ghcr.io/daemonless/postgres:${PG_VERSION}
4343

4444
ARG FREEBSD_ARCH=amd64
4545
ARG VECTORCHORD_VERSION=0.4.3

0 commit comments

Comments
 (0)