Update tag example

This commit is contained in:
Ayaz Salikhov
2022-07-08 00:42:20 +04:00
parent 807999a412
commit f445acf037
7 changed files with 22 additions and 22 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:6b49f3337709
ARG BASE_CONTAINER=$OWNER/base-notebook:807999a41207
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="6b49f3337709"
ENV TAG="807999a41207"
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb