From af7790bede7e8233aedf146cdbab7b55c8c2449a Mon Sep 17 00:00:00 2001 From: Adam Lewis <23342526+Adam-D-Lewis@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:08:59 -0700 Subject: [PATCH] update conda store to 2024.3.1 (#2316) --- src/_nebari/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 3ce86b9ec..314188556 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -15,7 +15,7 @@ DEFAULT_NEBARI_IMAGE_TAG = CURRENT_RELEASE DEFAULT_NEBARI_WORKFLOW_CONTROLLER_IMAGE_TAG = CURRENT_RELEASE -DEFAULT_CONDA_STORE_IMAGE_TAG = "2024.1.1" +DEFAULT_CONDA_STORE_IMAGE_TAG = "2024.3.1" LATEST_SUPPORTED_PYTHON_VERSION = "3.10"