diff --git a/Dockerfile b/Dockerfile index 9357d79..6db28f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM fedora:latest +FROM fedora:44 # Set labels LABEL maintainer="Lukas Greve " -LABEL DISTTAG=f43-runner-image +LABEL DISTTAG=f44-runner-image # Install essential build tools and dependencies RUN /bin/sh -c "dnf -y update --refresh && \