Skip to content

Commit

Permalink
Merge pull request #10 from minrk/oauth-0.4
Browse files Browse the repository at this point in the history
bump oauthenticator to 0.4
  • Loading branch information
willingc committed May 11, 2016
2 parents 63f7c4b + 2496467 commit f5453b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.jupyterhub
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM jupyterhub/jupyterhub-onbuild:0.6.1
# Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \
jupyterhub==0.6.* \
oauthenticator==0.3.* \
oauthenticator==0.4.* \
dockerspawner==0.3.*

# Copy TLS certificate and key
Expand Down

0 comments on commit f5453b2

Please sign in to comment.