Skip to content

Commit 70f0d3c

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use numeric uid in Dockerfile (#35) (#36)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent f6961d5 commit 70f0d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ COPY --from=0 /restic /bin/restic
3636
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}
3737
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3838

39-
USER nobody
39+
USER 65534
4040

4141
ENTRYPOINT ["/{ARG_BIN}"]

0 commit comments

Comments
 (0)