From 67f9c9c184d50620a0ad2b8cf6c551e922fe3743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:43:58 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu20.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] --- ubuntu20.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index 012d878..61d8902 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.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:20.04 ARG RUNNER_VERSION="2.331.0"