Skip to content

Commit e27df61

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi docker digest to 069fa72 (#1490)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 069efff commit e27df61

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:7e7f79ab747bf2b452e3043dd89f388e92be4c7fdcc8b815b58adf6c99c39c95 AS ubi-micro-base
22

3-
FROM registry.access.redhat.com/ubi9/ubi@sha256:bcbf1fe577df63bd975ea19ebae604b5f072e1833b2bde417a0ffd4afd938b96 AS package_installer
3+
FROM registry.access.redhat.com/ubi9/ubi@sha256:069fa720cb30418a7c984da2ddb9c69df2a3a140d5568323333dbfb06ffeae53 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:bcbf1fe577df63bd975ea19ebae604b5f072e1833b2bde417a0ffd4afd938b96 AS builder
22+
FROM registry.access.redhat.com/ubi9/ubi@sha256:069fa720cb30418a7c984da2ddb9c69df2a3a140d5568323333dbfb06ffeae53 AS builder
2323

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

0 commit comments

Comments
 (0)