Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danhalligan-la authored Mar 31, 2024
1 parent ca36434 commit c981ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN wget -O - -q https://raw.githubusercontent.com/haya14busa/bump/master/instal
COPY entrypoint.sh /entrypoint.sh

# set the runtime user to a non-root user and the same user as used by the github runners for actions runs.
USER 1000
# In some runners, default user `runner` has UID 1000 not 10001
# USER 1001

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit c981ca9

Please sign in to comment.