From 6facbd239f2ec81f9ab6982e9d7c440a794a5b2d Mon Sep 17 00:00:00 2001 From: "Matt Micene (RHT)" Date: Tue, 10 Dec 2024 17:09:35 -0500 Subject: [PATCH] try 9.5 --- rhel/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/Containerfile b/rhel/Containerfile index baea9ee..b016125 100644 --- a/rhel/Containerfile +++ b/rhel/Containerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/rhel-bootc:9.4 +FROM registry.redhat.io/rhel9/rhel-bootc:9.5 RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel-sudo RUN dnf -y install httpd cockpit && \