We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d36e20 commit 388a7a5Copy full SHA for 388a7a5
1 file changed
go/Dockerfile
@@ -1,7 +1,7 @@
1
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
+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
5
6
# Now populate the duct-tape image with the language runtime debugging support files
7
# The debian image is about 95MB bigger
0 commit comments