summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authoroscar.chen <2972789494@qq.com>2022-12-07 09:53:08 +0800
committerSebastiaan van Stijn <github@gone.nl>2022-12-29 18:57:55 +0100
commitad8804885c3d2a1576b51e8aad92f061a3296299 (patch)
treee4cf05357d2184f019b5447a305a5fa1e7a1d4b8 /Dockerfile
parent598c2957075819bcb19e8523258ad41cc50d0949 (diff)
downloaddocker-ad8804885c3d2a1576b51e8aad92f061a3296299.tar.gz
Update delve version
Signed-off-by: oscar.chen <2972789494@qq.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0a01a4a9fb..e94c52ca49 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -190,7 +190,7 @@ RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
# from the https://github.com/go-delve/delve repository.
# It can be used to run Docker with a possibility of
# attaching debugger to it.
-ARG DELVE_VERSION=v1.8.1
+ARG DELVE_VERSION=v1.9.1
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
FROM base AS delve-build