From a91432314c09c39823797a13e784cbcaaa347356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:44:06 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu24.04 Bumps hostinger/fireactions from 1.0.0 to 2.0.0. --- updated-dependencies: - dependency-name: hostinger/fireactions dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ubuntu24.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu24.04/Dockerfile b/ubuntu24.04/Dockerfile index 045616c..b21a29d 100644 --- a/ubuntu24.04/Dockerfile +++ b/ubuntu24.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hostinger/fireactions:1.0.0 AS fireactions +FROM ghcr.io/hostinger/fireactions:2.0.0 AS fireactions FROM ubuntu:24.04 ARG RUNNER_VERSION="2.331.0"