From 9d7d84d78f658ffa043776ab1bab05b0ecfae401 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 20 Apr 2023 10:21:41 +0200 Subject: [PATCH] update runner to 2.303.1 --- images/github-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/github-runner/Dockerfile b/images/github-runner/Dockerfile index 3b090b3..66a954b 100644 --- a/images/github-runner/Dockerfile +++ b/images/github-runner/Dockerfile @@ -77,7 +77,7 @@ RUN useradd -m runner \ # Build args ARG TARGETPLATFORM=amd64 -ARG RUNNER_VERSION=2.302.5 +ARG RUNNER_VERSION=2.303.1 WORKDIR /runner # Runner download supports amd64 as x64