Skip to content

Commit 85c1fb7

Browse files
authored
Switch to date tag for base image, install nodejs
1 parent 50aa1f3 commit 85c1fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/jupyter/base-notebook@sha256:116c6982d52b25e5cdd459c93bb624718ecb2f13c603e72001a6bf8b85468a00
1+
FROM quay.io/jupyter/base-notebook:2024-12-02
22

33
USER root
44

@@ -56,4 +56,5 @@ RUN . /opt/conda/bin/activate && \
5656

5757
COPY --chown=$NB_UID:$NB_GID . /opt/install
5858
RUN . /opt/conda/bin/activate && \
59+
mamba install -y -q "nodejs>=22" && \
5960
pip install /opt/install

0 commit comments

Comments
 (0)