From a19452807ba925326612e31a2d2b7ab0e17678e9 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Thu, 23 May 2024 17:02:16 -0400 Subject: [PATCH] fix(jupyterhub): upgrade custom image base to :python-3.11.6 --- images/jupyter-singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/jupyter-singleuser/Dockerfile b/images/jupyter-singleuser/Dockerfile index 7bfbd26833..627ce06e31 100644 --- a/images/jupyter-singleuser/Dockerfile +++ b/images/jupyter-singleuser/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/datascience-notebook:python-3.9 +FROM jupyter/datascience-notebook:python-3.11.6 LABEL org.opencontainers.image.source https://github.com/cal-itp/data-infra