From 91e3a868cd33a39fcad7cc6b08077ecad8cb84f6 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 19 Oct 2024 00:04:54 +0000 Subject: [PATCH] chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.10-1086 Signed-off-by: Nick Boldt --- build/dockerfiles/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index f21babba..12dbfe5d 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \ cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 as runtime +FROM registry.access.redhat.com/ubi8-minimal:8.10-1086 as runtime COPY --from=builder /rootfs / RUN microdnf install -y openssl && \ microdnf -y update && \