Skip to content

Commit e98ca50

Browse files
committed
feat: update docker action runner version to match with latest
1 parent 391bb8a commit e98ca50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions-runner/base/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.327.0 AS base
1+
FROM ghcr.io/actions/actions-runner:2.328.0 AS base
22

33
USER root
44

@@ -14,4 +14,4 @@ RUN apt-get update -qqy \
1414
&& echo "Europe/Brussels" > /etc/timezone \
1515
&& dpkg-reconfigure tzdata
1616

17-
USER runner
17+
USER runner

0 commit comments

Comments
 (0)