mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Added OS to Dockerfile [skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG PG_MAJOR=17
|
||||
FROM postgres:$PG_MAJOR
|
||||
FROM postgres:$PG_MAJOR-bookworm
|
||||
ARG PG_MAJOR
|
||||
|
||||
COPY . /tmp/pgvector
|
||||
|
||||
Reference in New Issue
Block a user