Skip to content

Commit 0cf88f4

Browse files
committed
updated Dockerfile
1 parent 20fa338 commit 0cf88f4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
FROM gcr.io/distroless/static-debian12:nonroot
1+
FROM alpine
2+
RUN apk add --no-cache ca-certificates openssl \
3+
&& apk upgrade --no-cache
4+
WORKDIR /app
25
COPY chisel /app/
6+
USER 65532:65532
37
ENTRYPOINT ["/app/chisel"]

0 commit comments

Comments
 (0)