We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba25b7 commit b28e19cCopy full SHA for b28e19c
1 file changed
Dockerfile
@@ -1,3 +1,5 @@
1
-FROM gcr.io/distroless/static:nonroot
+FROM alpine:3.21
2
+RUN apk upgrade --no-cache && \
3
+ apk add --no-cache ca-certificates
4
COPY chisel /app/
5
ENTRYPOINT ["/app/chisel"]
0 commit comments