From a032b9f6a9908d26fc0db452d9d8e0b3d0221293 Mon Sep 17 00:00:00 2001 From: "Vinicius D. Cerutti" <51954708+viniciusdc@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:44:55 -0300 Subject: [PATCH] Update conda-store base version (#2961) --- 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 a4f81c354..c84fbd129 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -16,7 +16,7 @@ DEFAULT_NEBARI_IMAGE_TAG = CURRENT_RELEASE DEFAULT_NEBARI_WORKFLOW_CONTROLLER_IMAGE_TAG = CURRENT_RELEASE -DEFAULT_CONDA_STORE_IMAGE_TAG = "2025.2.1" +DEFAULT_CONDA_STORE_IMAGE_TAG = "2025.2.2" LATEST_SUPPORTED_PYTHON_VERSION = "3.10"