We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b55321 commit 22499d4Copy full SHA for 22499d4
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /home/actions-runner
17
18
# Download Actions runner
19
# https://github.com/terraform-google-modules/terraform-google-github-actions-runners/blob/598a38a72b7bbaf56be431c07de04752c521fd60/examples/gh-runner-gke-dind/Dockerfile#L28-L31
20
-ARG GH_RUNNER_VERSION="2.262.1"
+ARG GH_RUNNER_VERSION="2.267.1"
21
RUN curl -o actions.tar.gz --location "https://github.com/actions/runner/releases/download/v${GH_RUNNER_VERSION}/actions-runner-linux-x64-${GH_RUNNER_VERSION}.tar.gz" && \
22
tar -zxf actions.tar.gz && \
23
rm -f actions.tar.gz
0 commit comments