From dd4d93af246ccdc836667955a2f0f518392a5237 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:39:57 +0200 Subject: [PATCH] feat: Bump Github actions self-hosted runner version (#23) --- ubuntu20.04/Dockerfile | 2 +- ubuntu22.04/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index 8dd352d..d6fea9c 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/hostinger/fireactions:0.2.5 AS fireactions FROM ubuntu:20.04 -ARG RUNNER_VERSION="2.320.0" +ARG RUNNER_VERSION="2.321.0" ARG TARGETARCH ENV DEBIAN_FRONTEND=noninteractive diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index 95540e0..2e2e1ca 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/hostinger/fireactions:0.2.5 AS fireactions FROM ubuntu:22.04 -ARG RUNNER_VERSION="2.320.0" +ARG RUNNER_VERSION="2.321.0" ARG TARGETARCH ENV DEBIAN_FRONTEND=noninteractive