Skip to content

Commit 3a70af6

Browse files
committed
Fix debug docker image
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 53a2e51 commit 3a70af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -x \
2626
&& echo 'Etc/UTC' > /etc/timezone
2727

2828
ADD bin/{ARG_BIN}-{ARG_OS}-{ARG_ARCH} /{ARG_BIN}
29-
COPY --from=build-env /usr/local/bin/dlv /bin/dlv
29+
COPY --from=0 /usr/local/bin/dlv /bin/dlv
3030

3131
EXPOSE 40000
3232

0 commit comments

Comments
 (0)