MAINTAINER is deprecated, now using LABEL

This commit is contained in:
cglewis
2017-10-31 10:32:09 -07:00
parent bda967fbcd
commit bbde07d42f
11 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
FROM tatsushid/tinycore-python:2.7
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD requirements.txt /home/weave/
RUN pip install -r /home/weave/requirements.txt