From 892359b6311423c8a34ee1b9040555910cde0da4 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 20 May 2024 09:57:27 -0700 Subject: [PATCH] use rockylinux:9 in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52c007cef..91e9633e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux:8 +FROM rockylinux:9 RUN dnf update -y &&\ dnf install -y git python3 &&\