Skip to content

Commit

Permalink
force version
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jul 17, 2024
1 parent e0b8715 commit b64ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ RUN /opt/conda/bin/pip install nipype matplotlib datalad-container datalad-osf o
# Install jupyter-server-proxy and disable announcements
# Deprecated: jupyter labextension install ..
# jupyter_server_proxy needs to be at least 4.2.0 to fix CVE-2024-35225
RUN /opt/conda/bin/pip install jupyter-server-proxy \
RUN /opt/conda/bin/pip install jupyter-server-proxy==4.2.0 \
&& /opt/conda/bin/jupyter labextension disable @jupyterlab/apputils-extension:announcements \
&& /opt/conda/bin/pip install jupyterlmod \
&& /opt/conda/bin/pip install jupyterlab-git \
Expand Down

0 comments on commit b64ca44

Please sign in to comment.