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 && \