From 1d73e03c2627085b9726ef6613893885dfcc2ed5 Mon Sep 17 00:00:00 2001 From: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:46:20 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f52dbe04..345a666c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # limitations under the License. # # Dockerfile to build PowerMax CSI Driver -FROM docker.io/centos:centos8.3.2011 +FROM rockylinux:9 # dependencies, following by cleaning the cache RUN yum install -y \