From d31ae8965d3f88a9397156265b8296632ab12350 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 21 Jun 2022 13:55:12 -0700 Subject: [PATCH] dockerfile: use ubi-minimal:8.6 (#16095) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f647bd42017e..eb55b3b5fd19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ CMD ["server", "-dev"] ## UBI DOCKERFILE ## -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as ubi ARG BIN_NAME # PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,