Skip to content

Commit

Permalink
Merge pull request #32 from nbgallery/upgrade-versions
Browse files Browse the repository at this point in the history
Update version of Jupyter base-notebook
  • Loading branch information
blueninja416 authored Oct 31, 2023
2 parents 5de72f2 + b97d983 commit 1ad287a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM jupyter/base-notebook:aa2403a808d3
FROM jupyter/base-notebook:848a82674792

USER root

COPY conf/ /

RUN cat /etc/resolv.conf
RUN apt-get update && apt-get -yq dist-upgrade && \
apt-get install -yq --no-install-recommends \
build-essential \
Expand All @@ -25,7 +26,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.5 \
ENV NBGALLERY_CLIENT_VERSION=2.0.6 \
NBGALLERY_URL=http://localhost:3000 \
NBGALLERY_CLIENT_NAME=nbgallery-client \
NBGALLERY_CLIENT_TYPE=nbgallery-base-notebook \
Expand Down

0 comments on commit 1ad287a

Please sign in to comment.