Added OS to Dockerfile [skip ci]

This commit is contained in:
Andrew Kane
2025-07-09 16:25:05 -07:00
parent 742e2d1d28
commit 33ca8a61e2

View File

@@ -1,5 +1,5 @@
ARG PG_MAJOR=17
FROM postgres:$PG_MAJOR
FROM postgres:$PG_MAJOR-bookworm
ARG PG_MAJOR
COPY . /tmp/pgvector