Skip to content

Commit

Permalink
Update runner and runner-container-hooks versions (#7058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbzomowski authored May 14, 2024
1 parent ae63cd1 commit f26c35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f26c35c

Please sign in to comment.