Skip to content

Commit e13b7c9

Browse files
committed
update oauthenticator, dockerspawner
1 parent 7389e16 commit e13b7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.jupyterhub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.2
66
RUN /opt/conda/bin/conda install psycopg2=2.7 && \
77
/opt/conda/bin/conda clean -tipsy && \
88
/opt/conda/bin/pip install \
9-
oauthenticator==0.5.* \
10-
dockerspawner==0.7.*
9+
oauthenticator==0.6.* \
10+
dockerspawner==0.8.*
1111

1212
# Copy TLS certificate and key
1313
ENV SSL_CERT /srv/jupyterhub/secrets/jupyterhub.crt

0 commit comments

Comments
 (0)