build(Containerfile): switch to quay image
Some checks failed
Container build / container-build (push) Failing after 1m54s

This commit is contained in:
Job
2024-10-14 19:32:57 +02:00
parent ad2f27b8a8
commit a8ee5a8ee1

View File

@@ -1,4 +1,4 @@
FROM docker.io/fedora:41
FROM quay.io/fedora/fedora:41
# === setup system ===
RUN dnf update -y && dnf -y install neovim unzip \