mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Dockerfile: upgrade Delve to v1.25.2
Update to the latest version: - https://github.com/go-delve/delve/releases/tag/v1.25.2 - https://github.com/go-delve/delve/blob/v1.25.2/CHANGELOG.md#1252-2025-08-26 Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
@@ -130,7 +130,7 @@ RUN git init . && git remote add origin "https://github.com/go-delve/delve.git"
|
|||||||
# from the https://github.com/go-delve/delve repository.
|
# from the https://github.com/go-delve/delve repository.
|
||||||
# It can be used to run Docker with a possibility of
|
# It can be used to run Docker with a possibility of
|
||||||
# attaching debugger to it.
|
# attaching debugger to it.
|
||||||
ARG DELVE_VERSION=v1.25.0
|
ARG DELVE_VERSION=v1.25.2
|
||||||
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
|
RUN git fetch -q --depth 1 origin "${DELVE_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
|
||||||
|
|
||||||
FROM base AS delve-supported
|
FROM base AS delve-supported
|
||||||
|
|||||||
Reference in New Issue
Block a user