diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile index 896974c37..5744f8384 100644 --- a/images/hub/Dockerfile +++ b/images/hub/Dockerfile @@ -6,7 +6,7 @@ USER root RUN python3 -m pip install --no-cache git+https://github.com/berkeley-dsep-infra/canvasoauthenticator@09e7ed8 RUN python3 -m pip install --no-cache jupyterhub-ltiauthenticator==1.5.1 -RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@d60146f +RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@main COPY logos /srv/logos