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
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine:3.5
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
LABEL works.weave.role=system
WORKDIR /home/weave
RUN apk add --update bash conntrack-tools iproute2 util-linux curl && \