From 92a5252703e1ba49e80449dad0550927d6ffcea8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 05:31:42 +0000 Subject: [PATCH] chore(deps): update all updates Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- collector/container/konflux.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 890c568069..62c63030ce 100644 --- a/collector/container/konflux.Dockerfile +++ b/collector/container/konflux.Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_DIR=/build ARG CMAKE_BUILD_DIR=${BUILD_DIR}/cmake-build -FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:e39486422f729b5c5b7c007104d2f9c92a14273b1de01cdc28d4ac648fb6e1dd AS builder +FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:2dcfc23b79d88fdaeefc6ed0cfb144e41dca600bfa73c38ab5d8dca5b05d1b7f AS builder RUN dnf -y install --nobest --allowerasing \ make \ @@ -79,7 +79,7 @@ RUN ctest --no-tests=error -V --test-dir "${CMAKE_BUILD_DIR}" RUN strip -v --strip-unneeded "${CMAKE_BUILD_DIR}/collector/collector" -FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:c2483a8f9b141b5b693b0e1482dead0cf52423de3e4158fa18b77dc97cc4454c +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:d9beb74f4b32ef937d3a206430b6d9200a0b0d32ecc548325a738d0e4f7f0f1b RUN microdnf -y install --nobest \ tbb \