Commit 6abf8031 authored by Peter Parente's avatar Peter Parente

[ci skip] ARG does not survive past FROM

Hardcode the tag in two places
parent 054fda4d
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
ARG TAG=17aba6048f44
FROM jupyter/base-notebook:$TAG
ENV TAG=$TAG
FROM jupyter/base-notebook:17aba6048f44
ENV TAG="17aba6048f44"
COPY binder/README.ipynb .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment