Skip to content

Commit

Permalink
Use uid 65534 and test against K8s 1.27.0 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Apr 12, 2023
1 parent 8da9b2f commit d6eacee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN set -x \

ADD bin/{ARG_BIN}-{ARG_OS}-{ARG_ARCH} /{ARG_BIN}

USER nobody
USER 65534

ENTRYPOINT ["/{ARG_BIN}"]

0 comments on commit d6eacee

Please sign in to comment.