Skip to content

Commit

Permalink
Upping to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrutch committed Sep 26, 2023
1 parent d78189b commit 9e9af18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/base-notebook:72ef9bc17da0
FROM jupyter/base-notebook:aa2403a808d3

USER root

Expand All @@ -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.4 \
ENV NBGALLERY_CLIENT_VERSION=2.0.5 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
Expand Down

0 comments on commit 9e9af18

Please sign in to comment.