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