From 419a0ef38889ae42d77a2ea10104aac936d8803c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:44:02 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu22.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] --- ubuntu22.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index 395dfb6..512d6a0 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.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:22.04 ARG RUNNER_VERSION="2.331.0"