Skip to content

Commit

Permalink
[cherry-pick] Use numeric uid in Dockerfile (#75) (#76)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: Tamal Saha <tamal@appscode.com>
Co-authored-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm and tamalsaha committed Apr 28, 2023
1 parent 67526a5 commit 07c7c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.in
Expand Up @@ -42,6 +42,6 @@ RUN set -x \
COPY --from=0 /restic /bin/restic
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}

USER nobody
USER 65534

ENTRYPOINT ["/{ARG_BIN}"]

0 comments on commit 07c7c30

Please sign in to comment.