From b52f5faeb760f9fdb0a03ed8f8b1bcf260bca16b Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 16 Nov 2022 09:57:51 -0800 Subject: [PATCH] typo on url --- control-plane/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/Dockerfile b/control-plane/Dockerfile index 20357c152a..9ac4188c22 100644 --- a/control-plane/Dockerfile +++ b/control-plane/Dockerfile @@ -111,7 +111,7 @@ CMD /bin/${BIN_NAME} # We don't rebuild the software because we want the exact checksums and # binary signatures to match the software and our builds aren't fully # reproducible currently. -FROM registry.access.redhat.com/ubi8/ubi-minimal:9.1 as ubi +FROM registry.access.redhat.com/ubi9-minimal:9.1.0 as ubi ARG PRODUCT_NAME ARG PRODUCT_VERSION