Skip to content

Commit 22499d4

Browse files
authored
Update Dockerfile
1 parent 6b55321 commit 22499d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /home/actions-runner
1717

1818
# Download Actions runner
1919
# 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"
20+
ARG GH_RUNNER_VERSION="2.267.1"
2121
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" && \
2222
tar -zxf actions.tar.gz && \
2323
rm -f actions.tar.gz

0 commit comments

Comments
 (0)