Skip to content

Commit

Permalink
Merge pull request #37 from nbgallery/update-base-image
Browse files Browse the repository at this point in the history
Update base image
  • Loading branch information
blueninja416 authored Feb 26, 2024
2 parents 03c1ab0 + 5448e0b commit 55f05e0
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 quay.io/jupyter/base-notebook:949af9bbd57d
FROM quay.io/jupyter/base-notebook:d44add21d53f

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

0 comments on commit 55f05e0

Please sign in to comment.