Skip to content

Commit 78ab5a1

Browse files
authored
Merge pull request #43 from ihulsbus/master
Run action under default github runner UID
2 parents 29b1212 + 7ad93f6 commit 78ab5a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ RUN wget -O - -q https://raw.githubusercontent.com/haya14busa/bump/master/instal
99

1010
COPY entrypoint.sh /entrypoint.sh
1111

12+
# set the runtime user to a non-root user and the same user as used by the github runners for actions runs.
13+
USER 1001
14+
1215
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)