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
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

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