mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
update dockerfile to not include version prerelease string
This commit is contained in:
parent
8e6a0845c1
commit
3db869b7fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue