1
0
mirror of https://github.com/pgvector/pgvector.git synced 2025-04-18 11:24:01 +03:00

Updated default Postgres version in Dockerfile [skip ci]

This commit is contained in:
Andrew Kane 2024-09-27 16:19:57 -07:00
parent cf419f448b
commit 54f8d9733d

View File

@ -1,4 +1,4 @@
ARG PG_MAJOR=16
ARG PG_MAJOR=17
FROM postgres:$PG_MAJOR
ARG PG_MAJOR