diff --git a/Dockerfile b/Dockerfile index fd5e65ea2..8de88ad11 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