Skip to content

Commit 1825ded

Browse files
committed
update
1 parent 257ac12 commit 1825ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/actions/actions-runner:2.321.0
1+
FROM ghcr.io/actions/actions-runner:2.330.0
22

33
USER root
44

@@ -29,7 +29,7 @@ RUN just --version
2929
COPY start.sh /start.sh
3030
RUN chmod +x /start.sh
3131

32-
USER runner
32+
USER runner
3333

3434
# Define the entrypoint
3535
ENTRYPOINT ["/start.sh"]

0 commit comments

Comments
 (0)