From 1cf1c2441c29b6c0c1e5c9b6172b539f89f80b58 Mon Sep 17 00:00:00 2001 From: ER Date: Sat, 4 Mar 2023 12:27:32 +0200 Subject: [PATCH] chore: change base image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 650abdb..5247a45 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ # Multi-stage build ARG FEDORA_MAJOR_VERSION=37 -FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} +FROM ghcr.io/ublue-os/silverblue-main:${FEDORA_MAJOR_VERSION} # See https://pagure.io/releng/issue/11047 for final location COPY etc /etc