From dd89cb7299ae95d3dc67a321d69dff26a2ef7b61 Mon Sep 17 00:00:00 2001 From: plata Date: Sat, 27 May 2023 14:56:14 +0200 Subject: [PATCH] chore: use ./recipe.yml as default in Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 5116308..d047a98 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ ARG FEDORA_MAJOR_VERSION=38 ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION} -ARG RECIPE +ARG RECIPE=./recipe.yml # Copy static configurations and component files. # Warning: If you want to place anything in "/etc" of the final image, you MUST