From c699b4056ab82a8dbdb9aece19a049c6b893d1cd Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Mon, 8 Apr 2024 14:22:38 +0300 Subject: [PATCH] Dockerfile: Bump base image Signed-off-by: Orel Misan --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6cfe85c..84877ee0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1475 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612 RUN microdnf install -y shadow-utils && \ adduser --system --no-create-home -u 900 rt-checkup && \