mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 21:30:06 +02:00
docker: replace maintainer by label in Dockerfiles
The maintainer instruction is deprecated, see: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated Also unified the maintainer value.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
84c73f3025
commit
b03d8edcd9
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.12-alpine as builder
|
||||
|
||||
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.network>
|
||||
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
|
||||
|
||||
# Install build dependencies such as git and glide.
|
||||
RUN apk add --no-cache git gcc musl-dev
|
||||
|
Reference in New Issue
Block a user