We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054fda4 commit 6abf803Copy full SHA for 6abf803
binder/Dockerfile
@@ -1,6 +1,5 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
-ARG TAG=17aba6048f44
4
-FROM jupyter/base-notebook:$TAG
5
-ENV TAG=$TAG
+FROM jupyter/base-notebook:17aba6048f44
+ENV TAG="17aba6048f44"
6
COPY binder/README.ipynb .
0 commit comments