From c13f9aa92646eafd46b67199098e1e82ec517901 Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Mon, 16 Dec 2024 19:21:50 +0000 Subject: [PATCH] Update Dockerfile to use Jupyter minimal-notebook version 2024-12-16 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 9dc0598..6077dd3 100644 --- a/image/Dockerfile +++ b/image/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-12-09 +FROM quay.io/jupyter/minimal-notebook:2024-12-16 LABEL maintainer="Flavio Martins " ARG NB_BUILD=0