From 8b0e94ffaf7ea7d42391a3961e795b33976256c9 Mon Sep 17 00:00:00 2001 From: Rob Murray Date: Fri, 13 Sep 2024 19:55:56 +0100 Subject: [PATCH] Update dlv in the dev-env Signed-off-by: Rob Murray --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62f2c33ba8fcc..59adf0c87920a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,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.21.1 +ARG DELVE_VERSION=v1.23.0 RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD FROM base AS delve-supported