From 6de45bafb70d9864f80db0761f8b0c4d1e7d9abe Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Thu, 17 Oct 2024 20:14:03 -0400 Subject: [PATCH] change to stream9 #10 Signed-off-by: Paul Bastide --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de7e99c..e85f234 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8 +FROM quay.io/centos/centos:stream9 RUN dnf install --best --refresh -y \ git \