Skip to content

Commit a445611

Browse files
committed
updated comments
1 parent ad2a29a commit a445611

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
1414
-extldflags '-static'" \
1515
-a -mod vendor -o vulctl cmd/vulctl/main.go
1616

17-
# chainguard's static seems to provide best balance of size and vulnerabilities
18-
# gogole/distroless: 13.3 MB, 9 vulnerabilities (all low)
19-
# chainguard/static: 5.7 MB, 0 vulnerabilities
17+
# The base image from chainguard seems to provide best balance of
18+
# size and vulnerabilities:
19+
# - gogole/distroless: 13.3 MB, 9 vulnerabilities (all low)
20+
# - chainguard/static: 5.7 MB, 0 vulnerabilities
2021
FROM cgr.dev/chainguard/static:latest
2122
COPY --from=build-env /src/vulctl /
2223
ENTRYPOINT ["/vulctl"]

0 commit comments

Comments
 (0)