Skip to content

Commit b376191

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update postgis/postgis docker tag to v18
1 parent 9431fa9 commit b376191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/postgres/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM postgis/postgis:17-3.6-alpine AS pgvector-builder
1+
FROM postgis/postgis:18-3.6-alpine AS pgvector-builder
22
RUN apk add --no-cache git build-base clang19 llvm19
33
RUN git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git /tmp/pgvector
44
RUN make -C /tmp/pgvector -j "$(nproc)"
55
RUN make -C /tmp/pgvector -j "$(nproc)" install
66

7-
FROM postgis/postgis:17-3.6-alpine
7+
FROM postgis/postgis:18-3.6-alpine
88
RUN apk add --no-cache postgresql17-plpython3
99
COPY --from=pgvector-builder /usr/local/lib/postgresql/bitcode/vector.index.bc /usr/local/lib/postgresql/bitcode/vector.index.bc
1010
COPY --from=pgvector-builder /usr/local/lib/postgresql/vector.so /usr/local/lib/postgresql/vector.so

0 commit comments

Comments
 (0)