Skip to content

Commit 6beb1ee

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use numeric uid in Dockerfile (#696) (#699)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 5fed08e commit 6beb1ee

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
@@ -46,6 +46,6 @@ RUN set -x \
4646
COPY --from=0 /restic /bin/restic
4747
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}
4848

49-
USER nobody
49+
USER 65534
5050

5151
ENTRYPOINT ["/{ARG_BIN}"]

0 commit comments

Comments
 (0)