From 7ff53c3c7889579aa5239eedefcc2f5e6ef8ba45 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Fri, 24 Mar 2023 17:44:10 +0100 Subject: [PATCH] Update delve version Signed-off-by: Albin Kerouanton (cherry picked from commit 4f48a4ea2ab0dbb44757b4f80179ac918ae2e05c) Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index daf4c04ffe..523aa2f180 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