build: Stop using deprecated MAINTAINER in Dockerfile
Instead, use the "maintainer" label.
This commit is contained in:
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…
Reference in New Issue