Skip to content

Commit df79e57

Browse files
authored
chore(RDODCP-685): Security patch and dependabot updates (#45)
1 parent 85b4cd4 commit df79e57

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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)