Skip to content

Commit aba9f73

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

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:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b 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:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b AS builder
2323

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

0 commit comments

Comments
 (0)