Skip to content

Commit 33ac5a7

Browse files
chore(deps): update all updates (#912)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 0480c62 commit 33ac5a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

konflux.Containerfile

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

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

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

0 commit comments

Comments
 (0)