From 99538957357ed8b65dad094bd1eb29e53c83d5a4 Mon Sep 17 00:00:00 2001
From: Nick Boldt <nboldt@redhat.com>
Date: Sat, 23 Sep 2023 00:31:28 +0000
Subject: [PATCH] chore: Update from ubi8-minimal:8.8-1037 to
 ubi8-minimal:8.8-1072

Signed-off-by: Nick Boldt <nboldt@redhat.com>
---
 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 826c1e96..18287427 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.8-1037 as runtime
+FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime
 COPY --from=builder /rootfs /
 RUN microdnf install -y openssl; microdnf clean -y all
 USER unprivilegeduser