build: switch to fedora rawhide

This commit is contained in:
Marcus Holland-Moritz 2025-04-07 20:11:18 +02:00
parent 39e12ebe6c
commit 5f10791864

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG ARCH=amd64
FROM $ARCH/fedora:latest
FROM $ARCH/fedora:rawhide
RUN dnf update -y
RUN dnf install -y \
bash-completion \