File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ARG PG_MAJOR=16
1+ ARG PG_MAJOR=17
22FROM postgis/postgis:$PG_MAJOR-3.4
33ARG PG_MAJOR
44
55LABEL 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 \
You can’t perform that action at this time.
0 commit comments