MAINTAINER is deprecated, using LABEL now

This commit is contained in:
cglewis
2017-10-31 20:17:06 -07:00
parent da2c5a4d00
commit d91d4a8c48
9 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root