From b297c98f9d3590499543a625097f927c164f1085 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 04:17:28 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/openshift4/ose-tools-rhel9 docker digest to f29742d Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4baed141..58b2c556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Build # -FROM registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b143e0cb25643a764335040e1f2ddc16cf2031b2213e45a0ba30274b4ca6a4a3 AS ose-tools +FROM registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f29742d55f6093496718251e2fa03a748bbcb26617fcc6188799190b5bd1e7b5 AS ose-tools FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1736729788 AS builder USER root