From 87debb0f7c77b4fd1900ef4a8a01db135c812afc Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 17 Oct 2024 21:49:25 +0200 Subject: [PATCH] Pipeline: Try fix --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6a20b3a..0797d15 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ ARG FEDORA_MAJOR_VERSION=40 FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION} -ARG FEDORA_MAJOR_VERSION +ARG FEDORA_MAJOR_VERSION=${FEDORA_MAJOR_VERSION} COPY scripts /tmp/scripts