From c30cd41c90d62b4da6aebb55722b391d58924986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:32:26 +0000 Subject: [PATCH] chore(deps): Bump hostinger/fireactions in /ubuntu20.04 Bumps hostinger/fireactions from 0.2.7 to 0.2.8. --- 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 5182b46..dab1589 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hostinger/fireactions:0.2.7 AS fireactions +FROM ghcr.io/hostinger/fireactions:0.2.8 AS fireactions FROM ubuntu:20.04 ARG RUNNER_VERSION="2.321.0"