Skip to content

Commit

Permalink
Update to Z2JH 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Feb 13, 2024
1 parent 22bc08a commit 5d52e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# For use with Zero to JupyterHub for Kubernetes (https://z2jh.jupyter.org/).

FROM jupyterhub/k8s-hub:2.0.0
FROM quay.io/jupyterhub/k8s-hub:3.2.1

# Reference: https://github.com/hadolint/hadolint/wiki/DL4006

Expand All @@ -19,7 +19,7 @@ RUN true \
&& apt-get upgrade -y \
&& python3 -m pip install -U --no-cache-dir \
git+https://github.com/brianaydemir/[email protected]+osg.3 \
git+https://github.com/osg-htc/jupyterhub-hooks.git@6.0.6 \
git+https://github.com/osg-htc/jupyterhub-hooks.git@7.0.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& true
Expand Down

0 comments on commit 5d52e29

Please sign in to comment.