From 1c10bcd4085d90b773d3770c3fbe02557e5fed36 Mon Sep 17 00:00:00 2001 From: Ljupcho Palashevski Date: Wed, 13 Sep 2023 10:47:07 +0200 Subject: [PATCH] lab-4.0.5 Signed-off-by: Ljupcho Palashevski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1172222..39e7c6d 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.3 +FROM docker.io/jupyter/minimal-notebook:lab-4.0.5 USER root