From 330ad084987bb5c6a4fe660f8f7aecb16724f9fe Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Wed, 14 Feb 2024 12:59:20 +0000 Subject: [PATCH] Update to minimal-notebook:2024-02-13 --- notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/Dockerfile b/notebook/Dockerfile index ebe29c3..9c19dcf 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) BDist Development Team # Distributed under the terms of the Modified BSD License. -FROM quay.io/jupyter/minimal-notebook:2024-02-06 +FROM quay.io/jupyter/minimal-notebook:2024-02-13 LABEL maintainer="Flavio Martins "