Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down