We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782a639 commit be1850eCopy full SHA for be1850e
1 file changed
go/Dockerfile
@@ -1,8 +1,8 @@
1
FROM golang:1.14.1 as delve
2
-RUN curl --location --output delve-1.4.0.tar.gz https://github.com/go-delve/delve/archive/v1.4.0.tar.gz \
3
- && tar xzf delve-1.4.0.tar.gz
+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
4
# Produce an as-static-as-possible dlv binary to work on musl and glibc
5
-RUN cd delve-1.4.0 && CGO_ENABLED=0 go build -o /go/dlv -ldflags '-extldflags "-static"' ./cmd/dlv/
+RUN cd delve-1.3.1 && CGO_ENABLED=0 go build -o /go/dlv -ldflags '-extldflags "-static"' ./cmd/dlv/
6
7
# Now populate the duct-tape image with the language runtime debugging support files
8
# The debian image is about 95MB bigger
0 commit comments