From bcbb6ab7b7e385524af261052b59a8e70b839169 Mon Sep 17 00:00:00 2001 From: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:43:00 +0530 Subject: [PATCH] Update Dockerfile (#248) --- 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 \