diff --git a/Containerfile b/Containerfile index a0f532b..1140dac 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \