Skip to content

Commit 4761d53

Browse files
authored
Merge pull request #41 from shingo78/feature/jupyterhub-4.0
Upgrade JuyterHub to 4.0
2 parents 190cc8f + 40b430e commit 4761d53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

jupyterhub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jupyterhub/jupyterhub:3.1 AS builder
1+
FROM jupyterhub/jupyterhub:4.0 AS builder
22

33
# dev tools
44
RUN apt-get update && \
@@ -43,7 +43,7 @@ RUN python3 -m pip wheel --wheel-dir wheelhouse --constraint requirements \
4343
RUN python3 -m pip wheel --wheel-dir wheelhouse --constraint requirements \
4444
jupyterhub-idle-culler
4545

46-
FROM jupyterhub/jupyterhub:3.1
46+
FROM jupyterhub/jupyterhub:4.0
4747

4848
# dind
4949
RUN apt-get update && \

jupyterhub/cwh-repo2docker/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
include_package_data = True,
1212
install_requires = [
1313
"coursewareuserspawner",
14-
"jupyterhub~=3.1",
14+
"jupyterhub~=4.0",
1515
"aiodocker",
1616
'aiohttp']
1717
)

0 commit comments

Comments
 (0)