We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7156bfa commit 8b0e94fCopy full SHA for 8b0e94f
1 file changed
Dockerfile
@@ -147,7 +147,7 @@ RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
147
# from the https://github.com/go-delve/delve repository.
148
# It can be used to run Docker with a possibility of
149
# attaching debugger to it.
150
-ARG DELVE_VERSION=v1.21.1
+ARG DELVE_VERSION=v1.23.0
151
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
152
153
FROM base AS delve-supported
0 commit comments