From 4fd732e1bfa77feff401727405a5f28aa9ce3c7e Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:22:21 -0700 Subject: [PATCH] Trigger rebuild --- images/datascience-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 9c2e96ab..3b934ec1 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -3,7 +3,7 @@ ARG PYTHON_VERSION=python-3.11.8 ARG PY_VER_SHORT=3.11 ARG JUPYTERHUB_VERSION=4.1.5 -# Jupyter has changed where it has stored its images +# Jupyter has changed where it stores its images FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION USER root