From 78552d71be76d15bbc033a351c0178d1c000af2d Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Wed, 31 Aug 2022 14:13:52 +0100 Subject: [PATCH 1/2] updated base to 9.1 --- github-dispatches/Dockerfile_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-dispatches/Dockerfile_build b/github-dispatches/Dockerfile_build index 86b5b4c..09de73a 100644 --- a/github-dispatches/Dockerfile_build +++ b/github-dispatches/Dockerfile_build @@ -1,5 +1,5 @@ # Builder image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0 AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1 AS builder RUN export JQ_VERSION=1.6 && \ curl -L -o /tmp/jq-linux64 https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && \ @@ -7,7 +7,7 @@ RUN export JQ_VERSION=1.6 && \ /tmp/jq-linux64 --version # Runnable image -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.0.0 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1 LABEL version="1.2.0" LABEL repository="http://github.com/redhat-cop/github-actions" From 3512c553fd15e58c21f55cfcd0064d91a01df419 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Sun, 5 Mar 2023 17:08:40 +0000 Subject: [PATCH 2/2] Trigggering actions