From 2c4196c9240ad5bed16a4612ebdd4c37bcfa2887 Mon Sep 17 00:00:00 2001 From: proJM <81658610+proJM-Coding@users.noreply.github.com> Date: Sat, 25 May 2024 08:58:27 +0000 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 25935d0..865ea77 100644 --- a/Containerfile +++ b/Containerfile @@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="aurora" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="-main" +ARG SOURCE_SUFFIX="" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ARG SOURCE_TAG="40"