Skip to content

Commit e399ae5

Browse files
chore(deps): update all updates (#2219)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a5708da commit e399ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/container/konflux.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BUILD_DIR=/build
22
ARG CMAKE_BUILD_DIR=${BUILD_DIR}/cmake-build
33

44

5-
FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:19eae3d00adb37538a62b9bd093fd1e01dc6197f1925e960224244a1ed52bfb5 AS builder
5+
FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:c0b07294568b8c1281d3ad89616ce036095da770a4410147c1755d930b562682 AS builder
66

77
RUN dnf -y install --nobest --allowerasing \
88
make \
@@ -79,7 +79,7 @@ RUN ctest --no-tests=error -V --test-dir "${CMAKE_BUILD_DIR}"
7979
RUN strip -v --strip-unneeded "${CMAKE_BUILD_DIR}/collector/collector"
8080

8181

82-
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:fceb1f445ccd61a60d91d404fd76dbebaf3403e6cc2219cf6d6af4fd4bf7df6a
82+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:9746f7ac575b4427fc9635f8f575289870a8b30dabf77ee992ae4c2f1e121cce
8383

8484
RUN microdnf -y install --nobest \
8585
tbb \

0 commit comments

Comments
 (0)