From a8ee5a8ee1dab05a5c7a918caf73730f0ae81c90 Mon Sep 17 00:00:00 2001 From: Job79 Date: Mon, 14 Oct 2024 19:32:57 +0200 Subject: [PATCH] build(Containerfile): switch to quay image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \