From 318313207a6215b28dc58b6f550af89753d50804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:12:29 +0000 Subject: [PATCH] chore: bump ubi9/ubi-micro from 9.7 to 9.8 Bumps ubi9/ubi-micro from 9.7 to 9.8. --- updated-dependencies: - dependency-name: ubi9/ubi-micro dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b50488e1..e9153e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,7 +83,7 @@ RUN if [ -f /mnt/rootfs/etc/dnf/dnf.conf ]; then \ RUN rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/* /mnt/rootfs/tmp/* # ---------- Stage 4: UBI 9 Micro runtime ---------- -FROM registry.access.redhat.com/ubi9/ubi-micro:9.7 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.8 # Copy minimal rootfs (glibc, libstdc++, openssl, brotli, ca-certs, user/group) COPY --from=rootfs-builder /mnt/rootfs /