From 46c41283ba205fbc3f4525772d1d0f62bfb4075c Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 26 May 2022 15:30:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20Python=203.9=20=E2=86=92=203.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 4583037e..b800d059 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -85,7 +85,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \ USER ${NB_UID} # Pin python version here, or set it to "default" -ARG PYTHON_VERSION=3.9 +ARG PYTHON_VERSION=3.10 # Setup work directory for backward-compatibility RUN mkdir "/home/${NB_USER}/work" && \