From 9f06dd92bdb7cfaae05dafb370cb62efdca3d3a9 Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Fri, 17 Jan 2025 00:26:22 +0000 Subject: [PATCH] Update base image in Dockerfile to version 2025-01-15 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 21a0d34..784ce88 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-23 +FROM quay.io/jupyter/minimal-notebook:2025-01-15 LABEL maintainer="Flavio Martins " ARG NB_BUILD=0