Skip to content

Commit

Permalink
Fixes redirect handler bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Aug 12, 2023
1 parent 7f77e2c commit 97a8ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@
# Build a Jupyter Stack specific for my Python for Everyone class.
#

FROM docker.io/jupyter/scipy-notebook:lab-4.0.3
FROM docker.io/jupyter/scipy-notebook:lab-4.0.4
USER root
RUN apt update -y && apt install -y openssh-client wamerican tree && apt clean -y
USER $NB_UID
Expand Down

0 comments on commit 97a8ca2

Please sign in to comment.