From 90f190c76c7c2e830926659b54a7abb276bcc31d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Wed, 17 Dec 2025 11:32:24 +0100 Subject: [PATCH] [TOOLS] Update runner to 2.329.0 --- 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 f3f918e6..2b0cf7d2 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.328.0 +ARG RUNNER_VERSION=2.329.0 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 8d27991e..a5d6fd27 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.328.0 + uazo/github-runner:2.329.0 echo "You can stop now" sleep 5s