mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
update dockerfile to not include version prerelease string
This commit is contained in:
parent
8e6a0845c1
commit
3db869b7fe
@ -14,6 +14,7 @@ MAINTAINER "HashiCorp Terraform Team <terraform@hashicorp.com>"
|
|||||||
RUN apk add --update git bash openssh
|
RUN apk add --update git bash openssh
|
||||||
|
|
||||||
ENV TF_DEV=true
|
ENV TF_DEV=true
|
||||||
|
ENV TF_RELEASE=1
|
||||||
|
|
||||||
WORKDIR $GOPATH/src/github.com/hashicorp/terraform
|
WORKDIR $GOPATH/src/github.com/hashicorp/terraform
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user