From cd322c43910ea1ec1851833ff3929b05f8c09203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:43:49 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu22.04 Bumps hostinger/fireactions from 1.0.0 to 1.0.1. --- updated-dependencies: - dependency-name: hostinger/fireactions dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..1aab034 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:1.0.1 AS fireactions FROM ubuntu:22.04 ARG RUNNER_VERSION="2.331.0"