diff --git a/github-runner/worker-pool-container/Dockerfile b/github-runner/worker-pool-container/Dockerfile index 19fbaa17..b8b0b6cf 100644 --- a/github-runner/worker-pool-container/Dockerfile +++ b/github-runner/worker-pool-container/Dockerfile @@ -14,7 +14,7 @@ # [START cloudrun_github_worker_pool_dockerfile] -FROM ghcr.io/actions/actions-runner:2.332.0 +FROM ghcr.io/actions/actions-runner:2.335.1 # Add scripts with right permissions. USER root