We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391bb8a commit e98ca50Copy full SHA for e98ca50
actions-runner/base/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/actions/actions-runner:2.327.0 AS base
+FROM ghcr.io/actions/actions-runner:2.328.0 AS base
2
3
USER root
4
@@ -14,4 +14,4 @@ RUN apt-get update -qqy \
14
&& echo "Europe/Brussels" > /etc/timezone \
15
&& dpkg-reconfigure tzdata
16
17
-USER runner
+USER runner
0 commit comments