We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2952b0 + 66ec967 commit 14e587dCopy full SHA for 14e587d
docker/Dockerfile.devel
@@ -14,8 +14,8 @@
14
ARG GOLANG_VERSION=x.x.x
15
FROM golang:${GOLANG_VERSION}
16
17
-RUN go install golang.org/x/lint/golint@latest
+RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6
18
RUN go install github.com/matryer/moq@latest
19
-RUN go install github.com/gordonklaus/ineffassign@latest
+RUN go install github.com/gordonklaus/ineffassign@d2c82e48359b033cde9cf1307f6d5550b8d61321
20
RUN go install github.com/client9/misspell/cmd/misspell@latest
21
RUN go install github.com/google/go-licenses@latest
third_party/libnvidia-container
0 commit comments