diff --git a/Containerfile b/Containerfile index bd18446..5715426 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION} # The default recipe set to the recipe's default filename # so that `podman build` should just work for many people. -ARG RECIPE=./recipe-framework.yml +ARG RECIPE=./recipe-framework-13.yml # Copy static configurations and component files. # Warning: If you want to place anything in "/etc" of the final image, you MUST