From 3e01f31116dd99d6ed48eaa284c01288a25125c3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:13:50 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi docker digest to aa149a2 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..77884ab 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:aa149a2e32725b0ea9c8ac97d25e65a894b1a4b2f220dd7670d890e60a733a14 WORKDIR /root/rpmbuild RUN dnf install -y make dnf-utils rpm-build golang RUN yum-builddep -y --enablerepo ubi-9-appstream-source golang