Skip to content

Commit abcbb8c

Browse files
committed
update dependencies
1 parent 6527b4c commit abcbb8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
ARG PG_MAJOR=16
1+
ARG PG_MAJOR=17
22
FROM postgis/postgis:$PG_MAJOR-3.4
33
ARG PG_MAJOR
44

55
LABEL org.opencontainers.image.title="postgis-vector" \
66
org.opencontainers.image.description="postgresql+postgis container with pgvector added" \
77
org.opencontainers.image.vendor="@gvkhna" \
88
org.opencontainers.image.authors="Gaurav Khanna <[email protected]>" \
9-
org.opencontainers.image.version="16-3.4" \
9+
org.opencontainers.image.version="17-3.5" \
1010
org.opencontainers.image.licenses="MIT" \
1111
org.opencontainers.image.url="https://github.com/gvkhna/postgis-vector" \
1212
org.opencontainers.image.source="https://github.com/gvkhna/postgis-vector"
@@ -17,8 +17,8 @@ RUN apt-get update \
1717
build-essential \
1818
pgxnclient \
1919
postgresql-server-dev-$PG_MAJOR \
20-
&& pgxn install 'pg_uuidv7=1.5.0' \
21-
&& pgxn install 'vector=0.6.2' \
20+
&& pgxn install 'pg_uuidv7=1.6.0' \
21+
&& pgxn install 'vector=0.8.0' \
2222
&& apt-get remove -y build-essential postgresql-server-dev-$PG_MAJOR \
2323
&& apt-get autoremove -y \
2424
&& apt-get clean \

0 commit comments

Comments
 (0)