From da7e2ff7a882b6d5f4b7aa34c50bc359647ab25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:48:44 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu20.04 Bumps hostinger/fireactions from 0.2.5 to 0.2.6. --- updated-dependencies: - dependency-name: hostinger/fireactions dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6fea9c..2939d40 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hostinger/fireactions:0.2.5 AS fireactions +FROM ghcr.io/hostinger/fireactions:0.2.6 AS fireactions FROM ubuntu:20.04 ARG RUNNER_VERSION="2.321.0"