Skip to content

Commit 14e587d

Browse files
author
Evan Lezar
committed
Merge branch 'update-libnvidia-container' into 'main'
Update libnvidia-container to v1.12.0-rc.3 See merge request nvidia/container-toolkit/container-toolkit!259
2 parents d2952b0 + 66ec967 commit 14e587d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile.devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
ARG GOLANG_VERSION=x.x.x
1515
FROM golang:${GOLANG_VERSION}
1616

17-
RUN go install golang.org/x/lint/golint@latest
17+
RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6
1818
RUN go install github.com/matryer/moq@latest
19-
RUN go install github.com/gordonklaus/ineffassign@latest
19+
RUN go install github.com/gordonklaus/ineffassign@d2c82e48359b033cde9cf1307f6d5550b8d61321
2020
RUN go install github.com/client9/misspell/cmd/misspell@latest
2121
RUN go install github.com/google/go-licenses@latest

third_party/libnvidia-container

Submodule libnvidia-container updated from 505dedf to ad68344

0 commit comments

Comments
 (0)