From fc57355e02dd98670f0befe6790adebdde37787e Mon Sep 17 00:00:00 2001 From: Spolti Date: Mon, 20 May 2024 15:24:11 -0300 Subject: [PATCH] Use latest tag to grab updates upon new build Signed-off-by: Spolti --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbb73575..6514930d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -137,7 +137,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.8 as runtime +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as runtime ARG USER=2000