Skip to content

Commit

Permalink
terraform: switch maintainer lines to team address
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Aug 9, 2016
1 parent c3315c3 commit 55f2189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM golang:onbuild
MAINTAINER "Paul Hinze <paul@hashicorp.com>"
MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"
2 changes: 1 addition & 1 deletion terraform/Dockerfile-full
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:alpine
MAINTAINER "Paul Hinze <paul@hashicorp.com>"
MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"

RUN apk add --update git bash
RUN go get github.com/tools/godep
Expand Down
2 changes: 1 addition & 1 deletion terraform/Dockerfile-light
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER "Paul Hinze <paul@hashicorp.com>"
MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"

ENV TERRAFORM_VERSION=0.7.0
ENV TERRAFORM_SHA256SUM=a196c63b967967343f3ae9bb18ce324a18b27690e2d105e1f38c5a2d7c02038d
Expand Down

0 comments on commit 55f2189

Please sign in to comment.