Skip to content

Commit d161f07

Browse files
committed
updated dockerfile
1 parent a881993 commit d161f07

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

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

0 commit comments

Comments
 (0)