Skip to content

Commit 0a2426e

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use numeric uid in Dockerfile (#1176) (#1180)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 646372a commit 0a2426e

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
@@ -42,6 +42,6 @@ ENV LANG en_US.utf8
4242
COPY --from=0 /restic /bin/restic
4343
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}
4444

45-
USER nobody
45+
USER 65534
4646

4747
ENTRYPOINT ["/{ARG_BIN}"]

0 commit comments

Comments
 (0)