Skip to content

Commit c5cda04

Browse files
committed
updated docker
1 parent 71a83f1 commit c5cda04

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
@@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
1616

1717
FROM cgr.dev/chainguard/bash:latest
1818
COPY --from=builder /src/vulctl /usr/local/bin/
19-
ENTRYPOINT ["/bin/bash"]
19+
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]

0 commit comments

Comments
 (0)