fixed pgvector image
All checks were successful
CI / Build pgvector docker images (push) Successful in 17s
All checks were successful
CI / Build pgvector docker images (push) Successful in 17s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ARG PG_VERSION=18.1 ALPINE_VERSION=3.23
|
ARG PG_VERSION=18.3 ALPINE_VERSION=3.23
|
||||||
FROM postgres:${PG_VERSION}-alpine${ALPINE_VERSION} AS build
|
FROM postgres:${PG_VERSION}-alpine${ALPINE_VERSION} AS build
|
||||||
|
|
||||||
ARG PGVECTOR_VERSION
|
ARG PGVECTOR_VERSION
|
||||||
@@ -10,6 +10,6 @@ WORKDIR pgvector
|
|||||||
RUN make
|
RUN make
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
FROM postgres:alpine AS release
|
FROM postgres:${PG_VERSION}-alpine${ALPINE_VERSION} AS release
|
||||||
RUN rm -rf /usr/local
|
RUN rm -rf /usr/local
|
||||||
COPY --from=build /usr/local /usr/local
|
COPY --from=build /usr/local /usr/local
|
||||||
|
|||||||
Reference in New Issue
Block a user