From a98e239cc66687de229f6163e7d12c95c319f5c1 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Thu, 18 May 2023 10:02:18 -0700 Subject: [PATCH] dockerfile: ubi-minimal:8.7 -> 8.8 (#20640) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77a25184f242..d088623b834b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,7 +74,7 @@ CMD ["server", "-dev"] ## UBI DOCKERFILE ## -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as ubi +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as ubi ARG BIN_NAME # PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,