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 c6b7607 commit 3c3e808Copy full SHA for 3c3e808
.version
@@ -1 +1 @@
1
-v0.2.10
+v0.2.11
Dockerfile
@@ -14,6 +14,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
14
-extldflags '-static'" \
15
-a -mod vendor -o vulctl cmd/vulctl/main.go
16
17
-FROM gcr.io/distroless/base
+# chainguard's static seems to bring list of vulnerabilities
18
+FROM cgr.dev/chainguard/static:latest
19
COPY --from=build-env /src/vulctl /
20
ENTRYPOINT ["/vulctl"]
0 commit comments