From f7b040b7d3b9149a64f102166006873dfc0d5ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:46:15 +0000 Subject: [PATCH] Bump jupyter/scipy-notebook from ubuntu-22.04 to ubuntu-24.04 Bumps jupyter/scipy-notebook from ubuntu-22.04 to ubuntu-24.04. --- updated-dependencies: - dependency-name: jupyter/scipy-notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.Dockerfile b/examples.Dockerfile index db5098d1b2..066798a261 100644 --- a/examples.Dockerfile +++ b/examples.Dockerfile @@ -6,7 +6,7 @@ # Provides all worked examples from the FlowKit docs in a ready-to-go JupyterLab install # -FROM quay.io/jupyter/scipy-notebook:ubuntu-22.04@sha256:a8925f5242a701edd718a4c1afc3bdeabb7dcb9ae6ff55116db790379a6f6e04 +FROM quay.io/jupyter/scipy-notebook:ubuntu-24.04@sha256:819156f6dff93998251d0f577ef49b0bafa7f948001979f1246193f1871daf97 RUN rm -rf /home/$NB_USER/work ARG SOURCE_VERSION=0+unknown