Update delve version
Signed-off-by: oscar.chen <2972789494@qq.com>
This commit is contained in:
parent
598c295707
commit
ad8804885c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,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.8.1
|
ARG DELVE_VERSION=v1.9.1
|
||||||
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-build
|
FROM base AS delve-build
|
||||||
|
|
Loading…
Reference in a new issue