Skip to content

Commit 2115e70

Browse files
committed
remove -source from target COPY
1 parent 5a16e02 commit 2115e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ COPY --from=hypopg-source /tmp/*.deb /tmp/
876876
COPY --from=pg_repack-source /tmp/*.deb /tmp/
877877
COPY --from=pgvector-source /tmp/*.deb /tmp/
878878
COPY --from=pg_tle-source /tmp/*.deb /tmp/
879-
COPY --from=index_advisor-source /tmp/*.deb /tmp/
879+
COPY --from=index_advisor /tmp/*.deb /tmp/
880880
COPY --from=supautils /tmp/*.deb /tmp/
881881

882882
####################

docker/orioledb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ COPY --from=hypopg-source /tmp/*.deb /tmp/
993993
COPY --from=pg_repack-source /tmp/*.deb /tmp/
994994
COPY --from=pgvector-source /tmp/*.deb /tmp/
995995
COPY --from=pg_tle-source /tmp/*.deb /tmp/
996-
COPY --from=index_advisor-source /tmp/*.deb /tmp/
996+
COPY --from=index_advisor /tmp/*.deb /tmp/
997997
COPY --from=supautils-source /tmp/*.deb /tmp/
998998

999999
####################

0 commit comments

Comments
 (0)