Skip to content

Commit b5da678

Browse files
committed
IHaskell 2025-11-06
JupyterLab 4.4.11
1 parent e727af0 commit b5da678

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# https://quay.io/repository/jupyter/base-notebook
2-
# lab-4.4.1
3-
ARG BASE_CONTAINER=quay.io/jupyter/base-notebook:x86_64-lab-4.4.1
4-
# ARG BASE_CONTAINER=quay.io/jupyter/base-notebook/x86_64-lab-4.4.1@sha256:af7a4d3476399b0f772caad841c5b07b0143e7b9ecf26712f4e17ae687d9e6d2
2+
# x86_64-lab-4.4.10
3+
ARG BASE_CONTAINER=quay.io/jupyter/base-notebook@sha256:2696c38269f400d51b9be613c7086806fa9615afbbad5a24449e3243b933a13c
54
FROM $BASE_CONTAINER
65

76
LABEL maintainer="James Brock <[email protected]>"
@@ -105,8 +104,8 @@ ENV PATH ${PATH}:/opt/bin
105104
# The resolver for all stack builds will be chosen from
106105
# the IHaskell/stack.yaml in this commit.
107106
# https://github.com/gibiansky/IHaskell/commits/master
108-
# IHaskell 2025-05-04
109-
ARG IHASKELL_COMMIT=08686e821f93fde0bcecf82b9febc4135b22bb8a
107+
# IHaskell 2025-11-06
108+
ARG IHASKELL_COMMIT=70d25a03c5a76730ee454a99c4ea04ae7f539391
110109

111110
# Specify a git branch for hvega
112111
# https://github.com/DougBurke/hvega/commits/main

0 commit comments

Comments
 (0)