Skip to content

Commit

Permalink
Update binder image
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Mar 9, 2023
1 parent 8dbeaa5 commit b3604a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# https://hub.docker.com/r/jupyter/base-notebook/tags
ARG OWNER=jupyter
ARG BASE_CONTAINER=$OWNER/base-notebook:85f615d5cafa
ARG BASE_CONTAINER=$OWNER/base-notebook:2023-02-28
FROM $BASE_CONTAINER

LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Expand All @@ -12,6 +12,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV TAG="85f615d5cafa"
ENV TAG="2023-02-28"

COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb

0 comments on commit b3604a6

Please sign in to comment.