Revert "Added OS to Dockerfile [skip ci]"

This reverts commit 33ca8a61e2.
This commit is contained in:
Andrew Kane
2025-07-09 22:01:34 -07:00
parent 33ca8a61e2
commit 44163d0a97

View File

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