Skip to content

Commit

Permalink
update jhub-4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Aug 9, 2024
1 parent a45bbfe commit 95923ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN . /opt/conda/bin/activate && \

RUN . /opt/conda/bin/activate && \
conda activate $__CONDA_ENV__ && \
pip install --no-cache jupyterhub==4.1.5 pyfirecrest==2.1.0 SQLAlchemy==1.4.52 oauthenticator==16.3.1
pip install --no-cache jupyterhub==4.1.6 pyfirecrest==2.1.0 SQLAlchemy==1.4.52 oauthenticator==16.3.1

COPY . firecrestspawner
RUN . /opt/conda/bin/activate && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterhub==4.1.5
jupyterhub==4.1.6
pyfirecrest==2.1.0
SQLAlchemy==1.4.52
oauthenticator==16.3.1

0 comments on commit 95923ea

Please sign in to comment.