From bdf15858eae72f1d769926c969b9eefff2d986cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Fri, 4 Oct 2024 09:31:49 +0200 Subject: [PATCH] Update to Fedora 40 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 537177b17..a3bb3c4fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # $ podman build --build-arg TYPE=distro -t ci-dnf-stack -f Dockerfile # $ podman run --net none -it ci-dnf-stack behave dnf -ARG BASE=fedora:39 +ARG BASE=fedora:40 FROM $BASE ENV LANG C.UTF-8