diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 57839a4123..8e5a359adc 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:96ede92bab65df0386c9dabe6ec946aaa13a8717d2d5ad52d5d9a1d2e1f90e0f AS builder +FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:bcfca5f27e2d2a822bdbbe7390601edefee48c3cae03b552a33235dcca4a0e24 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:58b1dc5427b699255a73475f5e96e9f658f49214e5bd56d03c534fa87980efb1 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:951ee3cabb74246821ae31c2b808b7789310f5509882c153b7b178aaaeefa2d3 RUN microdnf -y install --nobest \ tbb \