From 1227a07feaa03aa582e8fe227c7dc2e161afe5b9 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:52:10 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker digest to 2bae906 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 ef2f860..bb7a0d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG GO_VERSION=1.23.2 # yum-builddep --enablerepo ubi-9-appstream-source golang # rpmbuild -bs SPECS/… -FROM registry.access.redhat.com/ubi9/ubi@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75 +FROM registry.access.redhat.com/ubi9/ubi@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f WORKDIR /root/rpmbuild RUN dnf install -y make dnf-utils rpm-build golang RUN yum-builddep -y --enablerepo ubi-9-appstream-source golang