From f803fd8afa099d8c8b21a7c6484bc153323cfb3c Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Thu, 9 Jan 2025 12:26:04 +0100 Subject: [PATCH] #916 update jupyterlab base image --- applications/jupyterlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/jupyterlab/Dockerfile b/applications/jupyterlab/Dockerfile index ecf6a4e4..c10434bc 100644 --- a/applications/jupyterlab/Dockerfile +++ b/applications/jupyterlab/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/base-notebook:hub-1.5.0 +FROM quay.io/jupyter/base-notebook:latest USER root