From 72361a9ec9d7a2e4d9a0f7632c0ef70d07fe253c Mon Sep 17 00:00:00 2001 From: Arielle Leon Date: Mon, 23 Mar 2026 13:36:30 -0700 Subject: [PATCH 1/2] build: upgrade python version to 3.12 in starter environment --- environment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 44f381e..7df7506 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -1,6 +1,6 @@ # hash:sha256:6ceefde681fb5ad2ca41bca5b1ebdfc35ce9ce0f7acc50dc183706cc463f5d61 ARG REGISTRY_HOST -FROM $REGISTRY_HOST/codeocean/jupyterlab:3.6.1-miniconda4.12.0-python3.9-ubuntu20.04 +FROM $REGISTRY_HOST/codeocean/mambaforge3:24.5.0-0-python3.12.4-ubuntu22.04 ARG DEBIAN_FRONTEND=noninteractive From a3acac2db73252d9a716789826cd55fae65e14d8 Mon Sep 17 00:00:00 2001 From: Arielle Leon Date: Tue, 24 Mar 2026 08:39:01 -0700 Subject: [PATCH 2/2] fix: add hash --- environment/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index 7df7506..fe2df73 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -1,9 +1,7 @@ -# hash:sha256:6ceefde681fb5ad2ca41bca5b1ebdfc35ce9ce0f7acc50dc183706cc463f5d61 +# hash:sha256:f021ab0082d32d2954b63da31e988d47a581ca94879eb15b3627e51ed45c93a3 ARG REGISTRY_HOST FROM $REGISTRY_HOST/codeocean/mambaforge3:24.5.0-0-python3.12.4-ubuntu22.04 ARG DEBIAN_FRONTEND=noninteractive - ARG GIT_ASKPASS -ARG GIT_ACCESS_TOKEN -COPY git-askpass / +COPY git-ask-pass /