mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Replaced deprecated MAINTAINER with LABEL (#456)
This commit is contained in:
parent
97a582c41a
commit
e5c4403f80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user