Skip to content

Commit ca69313

Browse files
authored
[.devcontainer] fix container build (#19980)
1 parent da1053e commit ca69313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ ENV PATH=$GOROOT/bin:$GOPATH/bin:$PATH
196196
RUN mkdir -p $GOROOT && \
197197
cd /root && \
198198
curl -fsSL https://dl.google.com/go/go$GO_VERSION.${TARGETOS}-${TARGETARCH}.tar.gz | tar xzs
199-
RUN go install github.com/go-delve/delve/cmd/dlv
199+
RUN go install github.com/go-delve/delve/cmd/dlv@latest
200200

201201
# Install codecov uploader
202202
# https://about.codecov.io/blog/introducing-codecovs-new-uploader

0 commit comments

Comments
 (0)