From 3b9115115c3fb76d7d7c9ff0d57a0a10a53a347d Mon Sep 17 00:00:00 2001 From: Spolti Date: Tue, 24 Oct 2023 17:53:36 -0300 Subject: [PATCH] [RHODS-12555] - CVE-2023-44487 - ubi8 bump Signed-off-by: Spolti --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7657fe44..e265ef6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ ############################################################################### # Stage 3: Copy build assets to create the smallest final runtime image ############################################################################### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as runtime +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime ARG USER=2000