Skip to content

Commit

Permalink
bump z2jh to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Dec 14, 2023
1 parent 5521ed2 commit 6480062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hub/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/[email protected]
#RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/[email protected]
RUN python3 -m pip install --no-cache jupyterhub-announcement
COPY logos /srv/logos

Expand Down

0 comments on commit 6480062

Please sign in to comment.