We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29b1212 + 7ad93f6 commit 78ab5a1Copy full SHA for 78ab5a1
1 file changed
Dockerfile
@@ -9,4 +9,7 @@ RUN wget -O - -q https://raw.githubusercontent.com/haya14busa/bump/master/instal
9
10
COPY entrypoint.sh /entrypoint.sh
11
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
+
15
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments