From 7d556d865ec5465addc57d3622991231bcf43691 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:47:57 -0400 Subject: [PATCH] chore(ci): fixup Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0ad0e5e..56dc485 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG SOURCE_IMAGE=${SOURCE_IMAGE:-base} ARG SOURCE_REPO=${SOURCE_REPO:-fedora-ostree-desktops} -ARG BASE_IMAGE=${quay.io/${SOURCE_REPO}/${SOURCE_IMAGE}} +ARG BASE_IMAGE=quay.io/${SOURCE_REPO}/${SOURCE_IMAGE} ARG FEDORA_VERSION=${FEDORA_VERSION:-40} # Build from base-main since its our smallest image and we control the tags