From e22d93ca6429ff6a6b14c3c17106ae58902b0b71 Mon Sep 17 00:00:00 2001 From: Hippie Hacker Date: Mon, 21 Oct 2024 12:54:03 -0600 Subject: [PATCH] chore: bluefin-dx --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1688f66..062e330 100644 --- a/Containerfile +++ b/Containerfile @@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="bluefin" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="-main" +ARG SOURCE_SUFFIX="-dx" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ARG SOURCE_TAG="latest"