Use LABEL instead of MAINTAINER for Dockerfile (#18142)

* Use LABEL instead of MAINTAINER

* add =
This commit is contained in:
inductor
2019-12-19 00:03:58 +09:00
committed by Kubernetes Prow Robot
parent e2d1e442a1
commit e4b68517ab
+1 -1
View File
@@ -6,7 +6,7 @@
FROM alpine:latest
MAINTAINER Luc Perkins <lperkins@linuxfoundation.org>
LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>"
RUN apk add --no-cache \
curl \