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:
@@ -4,7 +4,7 @@
|
||||
# https://quay.io/repository/jupyter/base-notebook?tab=tags
|
||||
ARG REGISTRY=quay.io
|
||||
ARG OWNER=jupyter
|
||||
ARG BASE_CONTAINER=$REGISTRY/$OWNER/base-notebook:2024-01-08
|
||||
ARG BASE_CONTAINER=$REGISTRY/$OWNER/base-notebook:2024-01-15
|
||||
FROM $BASE_CONTAINER
|
||||
|
||||
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
@@ -13,6 +13,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ENV TAG="2024-01-08"
|
||||
ENV TAG="2024-01-15"
|
||||
|
||||
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb
|
||||
|
Reference in New Issue
Block a user