build: Stop using deprecated MAINTAINER in Dockerfile

Instead, use the "maintainer" label.
pull/16492/head
Jesse Adametz 9 years ago committed by Martin Atkins
parent 22c9bc811b
commit 643752e05a

@ -9,7 +9,7 @@
# scripts/docker-release/Dockerfile-release.
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

Loading…
Cancel
Save