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.
1 parent 36ae88a commit 3dde15eCopy full SHA for 3dde15e
docker/Dockerfile.acmesh-golang
@@ -34,6 +34,7 @@ RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-
34
RUN go install github.com/kyoh86/richgo@latest \
35
&& go install github.com/sonatype-nexus-community/nancy@latest \
36
&& go install github.com/mfridman/tparse@latest \
37
+ && go install golang.org/x/vuln/cmd/govulncheck@latest \
38
&& rm -rf /root/.cache/go-build
39
40
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh-golang"
0 commit comments