From 2d8c2ab74495eb5df4fcc5771a179aef4edaa913 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:08:00 -0400 Subject: [PATCH] chore: fix ARGS --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 45f6f4f..6374f80 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ 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