From aa923d2eafafe3f5a219e450cbe773139baee424 Mon Sep 17 00:00:00 2001 From: Robert Kielty Date: Wed, 12 Feb 2025 11:46:23 +0000 Subject: [PATCH] updates action-runner image to v2.322.0 Changes here: https://github.com/actions/runner/releases/tag/v2.322.0 Signed-off-by: Robert Kielty --- ci/gha-runner-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gha-runner-image/Dockerfile b/ci/gha-runner-image/Dockerfile index 4ea1253..4fda5da 100644 --- a/ci/gha-runner-image/Dockerfile +++ b/ci/gha-runner-image/Dockerfile @@ -1,5 +1,5 @@ # This exists till https://github.com/actions/runner/pull/3056 is merged -FROM ghcr.io/actions/actions-runner:2.321.0 +FROM ghcr.io/actions/actions-runner:2.322.0 USER root RUN apt-get update -y \