Skip to content

Commit 6abf803

Browse files
committed
[ci skip] ARG does not survive past FROM
Hardcode the tag in two places
1 parent 054fda4 commit 6abf803

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

binder/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
ARG TAG=17aba6048f44
4-
FROM jupyter/base-notebook:$TAG
5-
ENV TAG=$TAG
3+
FROM jupyter/base-notebook:17aba6048f44
4+
ENV TAG="17aba6048f44"
65
COPY binder/README.ipynb .

0 commit comments

Comments
 (0)