Updated maintainer from copy-pasted Dockerfile to this project's maintainer

This commit is contained in:
Steve Scaffidi
2018-09-12 09:50:54 -04:00
parent 0adec4eb4f
commit 0e23d2dd2d
+1 -1
View File
@@ -13,7 +13,7 @@
# limitations under the License.
FROM golang:1.11.0
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
LABEL maintainer="Andy Xie <andy.xning@gmail.com>"
ENV GOPATH /gopath/
ENV PATH $GOPATH/bin:$PATH