From 04ce6fe62ce5e2565bd8bd6839b9a99ef357bf3c Mon Sep 17 00:00:00 2001 From: Ljupcho Palashevski Date: Wed, 19 Jul 2023 11:55:37 +0200 Subject: [PATCH] Update docker image to lab-4.0.3 Signed-off-by: Ljupcho Palashevski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d18c9e9..1172222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # The published image tag is taken from the numerical version of # our base image, and appended with the contents of .tag-append (file) -FROM docker.io/jupyter/minimal-notebook:lab-4.0.0 +FROM docker.io/jupyter/minimal-notebook:lab-4.0.3 USER root