Skip to content

Commit 388a7a5

Browse files
authored
Update to delve 1.3.1 (#29)
1 parent 3d36e20 commit 388a7a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

go/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.12 as delve
2-
RUN curl --location --output delve-1.3.0.tar.gz https://github.com/go-delve/delve/archive/v1.3.0.tar.gz \
3-
&& tar xzf delve-1.3.0.tar.gz
4-
RUN cd delve-1.3.0/cmd/dlv && go install
2+
RUN curl --location --output delve-1.3.1.tar.gz https://github.com/go-delve/delve/archive/v1.3.1.tar.gz \
3+
&& tar xzf delve-1.3.1.tar.gz
4+
RUN cd delve-1.3.1/cmd/dlv && go install
55

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

0 commit comments

Comments
 (0)