Skip to content

Commit d9d5bb8

Browse files
chore(deps): update all updates
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 877a4cb commit d9d5bb8

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:28a85f76ad1ea0a46a81a934b02fff48d75541f77777be403d48b6bb99a363ad AS builder
5+
FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:5707834a29441848fc20b9a2a17651e198e80aea54dc5df5be6edb471db76046 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:1352e7792cd20b906b6f3326f2ce714ae9f2ccf6ba06e7132759afa5efe26e3b
82+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:815d4b55a154d9863c84f37298f4ebd2ae131bb244824996824138fc6c4b4b7d
8383

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

0 commit comments

Comments
 (0)