Skip to content

Commit 202e7b0

Browse files
committed
restore dockerfile
1 parent d289064 commit 202e7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/Dockerfile

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

17-
FROM cgr.dev/chainguard/bash:latest
17+
FROM cgr.dev/chainguard/static:latest
1818
COPY --from=builder /src/vulctl /
1919
ENTRYPOINT ["/vulctl"]

0 commit comments

Comments
 (0)