From 21d7b9fc30a3e0f0b8ce591d8ddb2a7a78536661 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:04:54 -0400 Subject: [PATCH] chore: pass in fedora version --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 56dc485..45f6f4f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,11 +1,11 @@ ARG SOURCE_IMAGE=${SOURCE_IMAGE:-base} ARG SOURCE_REPO=${SOURCE_REPO:-fedora-ostree-desktops} 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 FROM ${BASE_IMAGE}:${FEDORA_VERSION} as builder ARG KERNEL_VERSION=${:-} +ARG FEDORA_VERSION=${FEDORA_VERSION:-} COPY fetch.sh /