Skip to content

Commit f1596bd

Browse files
chore(deps): update all dependencies (#2155)
1 parent f61869f commit f1596bd

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:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef AS builder
5+
FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:0c1757c4526cfd7fdfedc54fadf4940e7f453201de65c0fefd454f3dde117273 AS builder
66

77
RUN dnf -y install --nobest \
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:b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075
82+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:73064ec359dcd71e56677f8173a134809c885484ba89e6a137d33521ad29dd4c
8383

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

0 commit comments

Comments
 (0)