Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 679ca3e

Browse files
committed
Use link to prevent error
1 parent b1d2d30 commit 679ca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/maven/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG ref=main
44

55
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
6-
COPY --from=openjdk / /
6+
COPY --link --from=openjdk / /
77
ARG name
88
ARG version
99
RUN <<EOF

0 commit comments

Comments
 (0)