Update custom recipes versions (#2276)

This commit is contained in:
Ayaz Salikhov
2025-04-03 13:10:03 +01:00
committed by GitHub
parent e0bb88c16d
commit f8879d98b0
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
ARG BASE_IMAGE=quay.io/jupyter/base-notebook
FROM $BASE_IMAGE
RUN mamba install --yes 'jupyterhub-singleuser==4.0.1' && \
RUN mamba install --yes 'jupyterhub-singleuser==5.2.1' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"