mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-03 09:05:38 +02: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…
x
Reference in New Issue
Block a user