From edc5d35c208578954889e4c6fcaab06e38180040 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Apr 29 2025 13:20:35 +0000 Subject: Bump Containerfile to Fedora 42 Switch the base image for the service to Fedora 42. Signed-off-by: Jeremy Cline --- diff --git a/Containerfile b/Containerfile index f7fec54..a92a778 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:41 +FROM registry.fedoraproject.org/fedora:42 LABEL org.opencontainers.image.authors="Fedora Cloud SIG "