From c96da1609ebb7ec536696d3d7d06869f39594afe Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Tue, 20 Aug 2024 20:29:13 +0300 Subject: [PATCH] Dockerfile: Bump base image Bump base image version to: `registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194`. Signed-off-by: Orel Misan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84877ee..33bb65b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 RUN microdnf install -y shadow-utils && \ adduser --system --no-create-home -u 900 rt-checkup && \