We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc40b9a commit d4040f3Copy full SHA for d4040f3
1 file changed
go/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM golang:1.12 as delve
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
+FROM golang:1.14.1 as delve
+RUN curl --location --output delve-1.4.0.tar.gz https://github.com/go-delve/delve/archive/v1.4.0.tar.gz \
+ && tar xzf delve-1.4.0.tar.gz
+RUN cd delve-1.4.0/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