Skip to content

Commit 3d36e20

Browse files
authored
Update go image to dlv 1.3.0 (#28)
1 parent 88a8845 commit 3d36e20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

go/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM golang:1.11 as delve
2-
RUN curl --location --output delve-1.2.0.tar.gz https://github.com/go-delve/delve/archive/v1.2.0.tar.gz \
3-
&& tar xzf delve-1.2.0.tar.gz
4-
RUN cd delve-1.2.0/cmd/dlv && go install
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
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)