update dockerfile to not include version prerelease string

pull/15702/head
Jake Champlin 9 years ago
parent 8e6a0845c1
commit 3db869b7fe
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2

@ -14,6 +14,7 @@ MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"
RUN apk add --update git bash openssh
ENV TF_DEV=true
ENV TF_RELEASE=1
WORKDIR $GOPATH/src/github.com/hashicorp/terraform
COPY . .

Loading…
Cancel
Save