We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a2e51 commit 3a70af6Copy full SHA for 3a70af6
1 file changed
Dockerfile.dbg
@@ -26,7 +26,7 @@ RUN set -x \
26
&& echo 'Etc/UTC' > /etc/timezone
27
28
ADD bin/{ARG_BIN}-{ARG_OS}-{ARG_ARCH} /{ARG_BIN}
29
-COPY --from=build-env /usr/local/bin/dlv /bin/dlv
+COPY --from=0 /usr/local/bin/dlv /bin/dlv
30
31
EXPOSE 40000
32
0 commit comments