From f9ad98e448a640f7a77d745b697026995bcc1d1f Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 22 Sep 2023 14:10:51 -0700 Subject: [PATCH] just use main, silly --- images/hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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