summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlbin Kerouanton <albinker@gmail.com>2023-03-24 17:44:10 +0100
committerAlbin Kerouanton <albinker@gmail.com>2023-03-24 17:44:14 +0100
commit4f48a4ea2ab0dbb44757b4f80179ac918ae2e05c (patch)
treef14baac93e569adbf4b77fbfe3e780bc07464761 /Dockerfile
parentd7e6e33d07a5bafa7a410bd66e22c64f2c656360 (diff)
downloaddocker-4f48a4ea2ab0dbb44757b4f80179ac918ae2e05c.tar.gz
Update delve version
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ff1535c7e3..993a6970a0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -135,7 +135,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.9.1
+ARG DELVE_VERSION=v1.20.1
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
FROM base AS delve-build