chore: pin base image to fedora:44 (DISTTAG f44)
Build and Push Docker Image / build (push) Canceled after 0s

This commit is contained in:
Lukas Greve
2026-09-19 12:07:15 +02:00
parent 774bfb7c6d
commit 1856c463ce
+2 -2
View File
@@ -1,8 +1,8 @@
FROM fedora:latest
FROM fedora:44
# Set labels
LABEL maintainer="Lukas Greve <lukas@phyllo.me>"
LABEL DISTTAG=f43-runner-image
LABEL DISTTAG=f44-runner-image
# Install essential build tools and dependencies
RUN /bin/sh -c "dnf -y update --refresh && \