From 806846e420feee22b76012f032a4fea4ff0a711c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Thu, 7 Nov 2024 10:41:11 +0100 Subject: [PATCH] Update `Dockerfile.ansible` to fc40 to match CI tests The same builds are used for both CI and ansible tests, their fedora versions have to match to be able to install tested packages. --- Dockerfile.ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ansible b/Dockerfile.ansible index 85b451942..8318ddfc4 100644 --- a/Dockerfile.ansible +++ b/Dockerfile.ansible @@ -2,7 +2,7 @@ # $ podman build --build-arg TYPE=distro -t ansible -f Dockerfile.ansible # $ podman run --net none -it ansible ./ansible -FROM fedora:39 +FROM fedora:40 ARG TYPE=nightly # enable nightlies if requested