File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BUILD_DIR=/build
2
2
ARG CMAKE_BUILD_DIR=${BUILD_DIR}/cmake-build
3
3
4
4
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
6
6
7
7
RUN dnf -y install --nobest \
8
8
make \
@@ -79,7 +79,7 @@ RUN ctest --no-tests=error -V --test-dir "${CMAKE_BUILD_DIR}"
79
79
RUN strip -v --strip-unneeded "${CMAKE_BUILD_DIR}/collector/collector"
80
80
81
81
82
- FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:b2a1bec3dfbc7a14a1d84d98934dfe8fdde6eb822a211286601cf109cbccb075
82
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:73064ec359dcd71e56677f8173a134809c885484ba89e6a137d33521ad29dd4c
83
83
84
84
RUN microdnf -y install --nobest \
85
85
tbb \
You can’t perform that action at this time.
0 commit comments