We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15f809 commit 59ac208Copy full SHA for 59ac208
1 file changed
go/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM golang:1.14.3 as delve
+FROM golang:1.14.6 as delve
2
3
-ARG DELVE_VERSION=1.4.1
+ARG DELVE_VERSION=1.5.0
4
5
RUN curl --location --output delve-$DELVE_VERSION.tar.gz https://github.com/go-delve/delve/archive/v$DELVE_VERSION.tar.gz \
6
&& tar xzf delve-$DELVE_VERSION.tar.gz \
0 commit comments