ソースを参照

Merge pull request #46604 from akerouanton/upgrade-delve

Dockerfile: upgrade Delve
Paweł Gronowski 1 年間 前
コミット
0a3fc95be6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -146,7 +146,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.20.1
+ARG DELVE_VERSION=v1.21.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