Skip to content

Commit 3066b03

Browse files
authored
update Dockerfile config for CI (#8886)
1 parent 6a7ce47 commit 3066b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tpu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ FROM us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:tpu as b
33
# Replace value with the latest runner release version
44
# source: https://github.com/actions/runner/releases
55
# ex: 2.303.0
6-
ARG RUNNER_VERSION="2.321.0"
6+
ARG RUNNER_VERSION="2.323.0"
77
ARG RUNNER_ARCH="x64"
88
# Replace value with the latest runner-container-hooks release version
99
# source: https://github.com/actions/runner-container-hooks/releases
1010
# ex: 0.3.1
11-
ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.1"
11+
ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.2"
1212

1313
ARG USER=runner
1414

0 commit comments

Comments
 (0)