From f26c35c2fa5eb1d22d042a2a8a8dc34f11b99f60 Mon Sep 17 00:00:00 2001 From: Mark Bzomowski Date: Tue, 14 May 2024 11:33:29 -0700 Subject: [PATCH] Update runner and runner-container-hooks versions (#7058) --- test/tpu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tpu/Dockerfile b/test/tpu/Dockerfile index 6a1a9520b58..8acbdf818f4 100644 --- a/test/tpu/Dockerfile +++ b/test/tpu/Dockerfile @@ -3,12 +3,12 @@ FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu as b # Replace value with the latest runner release version # source: https://github.com/actions/runner/releases # ex: 2.303.0 -ARG RUNNER_VERSION="2.314.1" +ARG RUNNER_VERSION="2.316.1" ARG RUNNER_ARCH="x64" # Replace value with the latest runner-container-hooks release version # source: https://github.com/actions/runner-container-hooks/releases # ex: 0.3.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION="0.5.1" +ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.0" ARG USER=runner