mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Update tag example
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user