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 a15cbff commit 733026eCopy full SHA for 733026e
Dockerfile
@@ -15,8 +15,8 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
15
-a -mod vendor -o vulctl cmd/vulctl/main.go
16
17
# chainguard's static seems to bring list of vulnerabilities
18
-# gogole/distroless: 13.3 MB, 18 vulnerabilities (all low)
19
-# chainguard/static: 4.7 MB, 0 vulnerabilities
+# gogole/distroless: 13.3 MB, 9 vulnerabilities (all low)
+# chainguard/static: 5.7 MB, 0 vulnerabilities
20
FROM cgr.dev/chainguard/static:latest
21
COPY --from=build-env /src/vulctl /
22
ENTRYPOINT ["/vulctl"]
0 commit comments