Skip to content

Commit

Permalink
Merge pull request moby#48497 from robmry/update_dlv
Browse files Browse the repository at this point in the history
Update dlv in the dev-env
  • Loading branch information
thaJeztah authored Sep 14, 2024
2 parents 7156bfa + 8b0e94f commit 4515f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4515f15

Please sign in to comment.