fixed pgvector image
CI / Build pgvector docker images (push) Successful in 17s

This commit is contained in:
2026-04-27 13:37:54 +08:00
parent c896248bc0
commit 21e6d95403
+1 -1
View File
@@ -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