diff --git a/tools/images/github-runner/Dockerfile b/tools/images/github-runner/Dockerfile index 4e89ffa12..41097604c 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.310.0 +ARG RUNNER_VERSION=2.311.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 75a101e64..b312cdade 100644 --- a/tools/images/github-runner/start-runner.sh +++ b/tools/images/github-runner/start-runner.sh @@ -44,7 +44,7 @@ do -v /casefold:/win_sdk \ --network none \ --device=/dev/kvm \ - uazo/github-runner:2.310.0 + uazo/github-runner:2.311.0 echo "You can stop now" sleep 5s