Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.12 as delve
RUN curl --location --output delve-1.3.0.tar.gz https://github.com/go-delve/delve/archive/v1.3.0.tar.gz \
&& tar xzf delve-1.3.0.tar.gz
RUN cd delve-1.3.0/cmd/dlv && go install
RUN curl --location --output delve-1.3.1.tar.gz https://github.com/go-delve/delve/archive/v1.3.1.tar.gz \
&& tar xzf delve-1.3.1.tar.gz
RUN cd delve-1.3.1/cmd/dlv && go install

# Now populate the duct-tape image with the language runtime debugging support files
# The debian image is about 95MB bigger
Expand Down