This commit is contained in:
+1
-1
@@ -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