Update tag example

This commit is contained in:
Ayaz Salikhov
2022-11-13 03:46:42 +04:00
parent ab00c8cef7
commit bb1c56b5c7
8 changed files with 23 additions and 23 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:9e63909e0317
ARG BASE_CONTAINER=$OWNER/base-notebook:85f615d5cafa
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="9e63909e0317"
ENV TAG="85f615d5cafa"
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb