Skip to content

Commit 8d7a09e

Browse files
committed
revert base image from distoless to alpine
1 parent 4c14a76 commit 8d7a09e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
FROM gcr.io/distroless/static:nonroot
1+
FROM alpine:3.21
2+
RUN apk upgrade --no-cache && \
3+
apk add --no-cache ca-certificates
24
COPY chisel /app/
35
ENTRYPOINT ["/app/chisel"]

0 commit comments

Comments
 (0)