From 6844a9d48ee8a67da9b6fe0048dfc95bb0acfc1d Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Tue, 18 Feb 2025 23:46:43 +0000 Subject: [PATCH] Update base image in Dockerfile to version 2025-02-18 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index 4a8ad3b..802638b 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:2025-02-12 +FROM quay.io/jupyter/minimal-notebook:2025-02-18 LABEL maintainer="Flavio Martins " ARG NB_BUILD=0