Skip to content

Commit 46a42cd

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

konflux.Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:35de56a9413112f1474e392ebc35e0cf6f0fb484c8e8877bbae59b513694b41f AS ubi-micro-base
22

3-
FROM registry.access.redhat.com/ubi9/ubi@sha256:8bf0e8f20737e9c8a68c8a498299e9504ab397b1b1f2837acb2fef12ec698f0e AS package_installer
3+
FROM registry.access.redhat.com/ubi9/ubi@sha256:6f0f6dcd869836762e1a32d75beb904577b6e73ac5df0adeb11a5f90674af605 AS package_installer
44

55
COPY --from=ubi-micro-base / /out/
66

@@ -19,7 +19,7 @@ RUN dnf install -y \
1919
dnf clean all --installroot=/out/ && \
2020
rm -rf /out/var/cache/dnf /out/var/cache/yum
2121

22-
FROM registry.access.redhat.com/ubi9/ubi@sha256:8bf0e8f20737e9c8a68c8a498299e9504ab397b1b1f2837acb2fef12ec698f0e AS builder
22+
FROM registry.access.redhat.com/ubi9/ubi@sha256:6f0f6dcd869836762e1a32d75beb904577b6e73ac5df0adeb11a5f90674af605 AS builder
2323

2424
ARG FACT_TAG
2525
RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]

0 commit comments

Comments
 (0)