Skip to content

Commit

Permalink
Merge pull request #144 from lsst-sqre/tickets/DM-34779
Browse files Browse the repository at this point in the history
Adopt JH 2.3.0
  • Loading branch information
athornton authored May 12, 2022
2 parents 369cf0d + 5d2c26d commit 5455694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyterhub/jupyterhub:2.2.0 as base-image
FROM jupyterhub/jupyterhub:2.3.0 as base-image

# Update system packages
COPY scripts/install-base-packages.sh .
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jupyterhub-kubespawner
# upgraded without our explicit approval, and it should be upgraded in
# lockstep with the base image in Dockerfile and with the app version
# in the JupyterHub helm chart (https://jupyterhub.github.io/helm-chart/)
jupyterhub==2.2.0
jupyterhub==2.3.0

# Required by alembic for Python 3.8, so install it unconditionally until
# Python 3.8 support is dropped so that we have consistent dependencies.
Expand Down

0 comments on commit 5455694

Please sign in to comment.