build: Stop using deprecated MAINTAINER in Dockerfile

Instead, use the "maintainer" label.
This commit is contained in:
Jesse Adametz 2017-10-27 17:25:44 -07:00 committed by Martin Atkins
parent 22c9bc811b
commit 643752e05a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# scripts/docker-release/Dockerfile-release. # scripts/docker-release/Dockerfile-release.
FROM golang:alpine FROM golang:alpine
MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>" LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
RUN apk add --update git bash openssh RUN apk add --update git bash openssh