mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
Replaced deprecated MAINTAINER with LABEL (#456)
This commit is contained in:
committed by
Christian Koep
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
|
||||
|
||||
Reference in New Issue
Block a user