Skip to content
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM gcr.io/distroless/static-debian12:nonroot
FROM alpine
RUN apk add --no-cache ca-certificates openssl \
&& apk upgrade --no-cache
WORKDIR /app
COPY chisel /app/
USER 65532:65532
ENTRYPOINT ["/app/chisel"]