From bd195b7a60345bbfa5795d07686bb57c2ef2c2cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:22:07 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.3-1475 (#672) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tekton-task-images/helm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton-task-images/helm/Dockerfile b/tekton-task-images/helm/Dockerfile index fab6b7e47..3ab1813d0 100644 --- a/tekton-task-images/helm/Dockerfile +++ b/tekton-task-images/helm/Dockerfile @@ -15,7 +15,7 @@ RUN source /tmp/version && \ helm version # Runnable -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475@sha256:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172 USER root