Skip to content

Commit

Permalink
Update the NBGALLERY_CLIENT_VERSION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
blueninja416 committed Mar 19, 2024
1 parent 380380a commit 28d2443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get -yq dist-upgrade && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

ENV NBGALLERY_CLIENT_VERSION=2.0.9 \
ENV NBGALLERY_CLIENT_VERSION=2.0.10 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
Expand Down

0 comments on commit 28d2443

Please sign in to comment.