Update tag example

This commit is contained in:
Ayaz Salikhov
2023-07-31 12:54:59 +04:00
parent d31f784b43
commit 8707b7a0b4
3 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
# https://hub.docker.com/r/jupyter/base-notebook/tags
ARG OWNER=jupyter
ARG BASE_CONTAINER=$OWNER/base-notebook:2023-07-25
ARG BASE_CONTAINER=$OWNER/base-notebook:2023-07-31
FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
@@ -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="2023-07-25"
ENV TAG="2023-07-31"
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb