From 06ebd37f8aefd9e0fbde0b3401c9267e521cdb8d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Fri, 10 May 2024 10:00:01 +0200 Subject: [PATCH] [INFRA] Use runner version 2.316.1 --- tools/images/github-runner/Dockerfile | 2 +- tools/images/github-runner/start-runner.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/images/github-runner/Dockerfile b/tools/images/github-runner/Dockerfile index 515b469d..5b0667d3 100644 --- a/tools/images/github-runner/Dockerfile +++ b/tools/images/github-runner/Dockerfile @@ -77,7 +77,7 @@ RUN useradd -m runner \ # Build args ARG TARGETPLATFORM=amd64 -ARG RUNNER_VERSION=2.314.1 +ARG RUNNER_VERSION=2.316.1 WORKDIR /runner # Runner download supports amd64 as x64 diff --git a/tools/images/github-runner/start-runner.sh b/tools/images/github-runner/start-runner.sh index f95bbcc1..93237c56 100644 --- a/tools/images/github-runner/start-runner.sh +++ b/tools/images/github-runner/start-runner.sh @@ -45,7 +45,7 @@ do -v /casefold:/win_sdk \ --network none \ --device=/dev/kvm \ - uazo/github-runner:2.314.1 + uazo/github-runner:2.316.1 echo "You can stop now" sleep 5s