From 0ef42c06b836ee83a88c95d4f91d3a9ada061b79 Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Wed, 7 Aug 2024 13:29:02 +0100 Subject: [PATCH] Update Jupyter notebook base image version to jupyter/scipy-notebook:2024-08-05 --- notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/Dockerfile b/notebook/Dockerfile index 3b9044f..2aba53f 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) IPRist Development Team # Distributed under the terms of the Modified BSD License. -FROM quay.io/jupyter/scipy-notebook:2024-07-01 +FROM quay.io/jupyter/scipy-notebook:2024-08-05 LABEL maintainer="Flavio Martins "