Skip to content

Commit

Permalink
[ci skip] ARG does not survive past FROM
Browse files Browse the repository at this point in the history
Hardcode the tag in two places
  • Loading branch information
parente committed Dec 30, 2018
1 parent 054fda4 commit 6abf803
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 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 .

0 comments on commit 6abf803

Please sign in to comment.