Skip to content

Commit 733026e

Browse files
committed
dockerfile comments
1 parent a15cbff commit 733026e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
1515
-a -mod vendor -o vulctl cmd/vulctl/main.go
1616

1717
# 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
18+
# gogole/distroless: 13.3 MB, 9 vulnerabilities (all low)
19+
# chainguard/static: 5.7 MB, 0 vulnerabilities
2020
FROM cgr.dev/chainguard/static:latest
2121
COPY --from=build-env /src/vulctl /
2222
ENTRYPOINT ["/vulctl"]

0 commit comments

Comments
 (0)