From a78492bcc4b2d74af7e3333e4057076766a4f955 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 8 Jan 2025 11:44:04 -0500 Subject: [PATCH] tests/container: update base image to fedora 41 Forgot to update this when we updated the workflows file. Signed-off-by: John Mulligan --- tests/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/container/Containerfile b/tests/container/Containerfile index 1d6ed30..e4de964 100644 --- a/tests/container/Containerfile +++ b/tests/container/Containerfile @@ -1,4 +1,4 @@ -ARG SAMBACC_BASE_IMAGE='registry.fedoraproject.org/fedora:39' +ARG SAMBACC_BASE_IMAGE='registry.fedoraproject.org/fedora:41' FROM $SAMBACC_BASE_IMAGE