Skip to content

Commit b28e19c

Browse files
authored
revert base image from distoless to alpine (#52)
1 parent fba25b7 commit b28e19c

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)