Skip to content

Commit 3c3e808

Browse files
committed
change based image
1 parent c6b7607 commit 3c3e808

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.10
1+
v0.2.11

Dockerfile

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

17-
FROM gcr.io/distroless/base
17+
# chainguard's static seems to bring list of vulnerabilities
18+
FROM cgr.dev/chainguard/static:latest
1819
COPY --from=build-env /src/vulctl /
1920
ENTRYPOINT ["/vulctl"]

0 commit comments

Comments
 (0)