mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
build: Stop using deprecated MAINTAINER in Dockerfile
Instead, use the "maintainer" label.
This commit is contained in:
parent
22c9bc811b
commit
643752e05a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue