From e38ccb55e1606809a628b5d9d4716d1806fc7804 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Fri, 2 Jun 2017 09:49:31 -0400 Subject: [PATCH] Bump default notebook image tag --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 48538c0..f35d49c 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ DOCKER_MACHINE_NAME=jupyterhub DOCKER_NETWORK_NAME=jupyterhub-network # Single-user Jupyter Notebook server container image -DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486 +DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:bb222f49222e # Notebook directory in the container. # This will be /home/jovyan/work if the default