Skip to content

Commit

Permalink
terraform 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Dec 15, 2020
1 parent 5eb3fd5 commit e31a1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN cd /tmp/ \

## terraform
## https://releases.hashicorp.com/terraform
RUN terraform_version=0.13.5 \
RUN terraform_version=0.14.2 \
&& curl -o /tmp/terraform.zip https://releases.hashicorp.com/terraform/${terraform_version}/terraform_${terraform_version}_linux_amd64.zip \
&& unzip /tmp/terraform.zip -d /usr/bin/ \
&& rm -f /tmp/terraform.zip
Expand All @@ -144,4 +144,4 @@ RUN echo -e '\nsource /bash-aliases.sh' >> ~/.bashrc

## version info for changelog
COPY scripts/version-info.sh /
RUN /version-info.sh
RUN /version-info.sh

0 comments on commit e31a1ad

Please sign in to comment.