We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b4cd4 commit df79e57Copy full SHA for df79e57
Dockerfile
@@ -1,7 +1,3 @@
1
-FROM alpine
2
-RUN apk add --no-cache ca-certificates openssl \
3
- && apk upgrade --no-cache
4
-WORKDIR /app
+FROM gcr.io/distroless/static:nonroot
5
COPY chisel /app/
6
-USER 65532:65532
7
ENTRYPOINT ["/app/chisel"]
0 commit comments