diff --git a/hub/requirements.yaml b/hub/requirements.yaml index 345dc4fef..6ecdaf39d 100644 --- a/hub/requirements.yaml +++ b/hub/requirements.yaml @@ -4,5 +4,5 @@ dependencies: # get the helm chart version from here: https://github.com/jupyterhub/helm-chart # correlate the helm chart version w/jupyterhub here: # https://hub.jupyter.org/helm-chart/#development-releases-jupyterhub - version: 3.0.2 + version: 3.2.1 repository: https://jupyterhub.github.io/helm-chart/ diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile index a45f330e4..54d4449ee 100644 --- a/images/hub/Dockerfile +++ b/images/hub/Dockerfile @@ -1,12 +1,12 @@ # Should match the hub image used by version of chart in hub/requirements.yaml # If that changes, this should be changed too! -FROM jupyterhub/k8s-hub:3.0.2 +FROM jupyterhub/k8s-hub:3.2.1 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@6.1.0 +#RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@6.1.0 RUN python3 -m pip install --no-cache jupyterhub-announcement COPY logos /srv/logos