build(Containerfile): switch to quay image

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

@@ -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 \