diff --git a/cookbooks/qemu-user-static/config/container/Containerfile b/cookbooks/qemu-user-static/config/container/Containerfile index da63203..20108a7 100644 --- a/cookbooks/qemu-user-static/config/container/Containerfile +++ b/cookbooks/qemu-user-static/config/container/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora:42 +FROM quay.io/fedora/fedora:44 RUN dnf install -y qemu-user-static \ && dnf clean all