From c7281fccfc90ec2d8728e551539a8e5a27b2e069 Mon Sep 17 00:00:00 2001 From: batvin3211 <104458965+batvin3211@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:43:16 +0000 Subject: [PATCH] Update Containerfile fixed a typo --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ce06c3a..4a6a845 100644 --- a/Containerfile +++ b/Containerfile @@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="cosmic" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="--kinoite" +ARG SOURCE_SUFFIX="-kinoite" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ARG SOURCE_TAG="latest"