From da2f8744bd85d17e99256daf7b52c4aee7cf211c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 03:01:39 +0000 Subject: [PATCH] Bump jupyter/scipy-notebook Bumps jupyter/scipy-notebook from ubuntu-22.04@sha256:dcd7b54180d19c28a3ef0175b61eafa9e29ab85876306954f2cc66a6b216a1ab to sha256:307e6631675ce05d12c1d7d3906abb7330e5f871bdedd3c3e366c48c0ca971c0. --- updated-dependencies: - dependency-name: jupyter/scipy-notebook dependency-version: sha256:307e6631675ce05d12c1d7d3906abb7330e5f871bdedd3c3e366c48c0ca971c0 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 7b48c00cb0..17e8012bd6 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:dcd7b54180d19c28a3ef0175b61eafa9e29ab85876306954f2cc66a6b216a1ab +FROM quay.io/jupyter/scipy-notebook:ubuntu-24.04@sha256:307e6631675ce05d12c1d7d3906abb7330e5f871bdedd3c3e366c48c0ca971c0 RUN rm -rf /home/$NB_USER/work ARG SOURCE_VERSION=0+unknown