Replaced deprecated MAINTAINER with LABEL (#456)

This commit is contained in:
Abraham Hernandez
2019-02-21 03:06:27 -05:00
committed by Christian Koep
parent 97a582c41a
commit e5c4403f80

View File

@@ -1,5 +1,5 @@
FROM golang:alpine as builder
MAINTAINER Jessica Frazelle <jess@linux.com>
LABEL maintainer="Jessica Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go