Skip to content

Commit

Permalink
update terraform to 0.13.7
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek committed Apr 28, 2021
1 parent e0e273b commit 36b5380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN gem install \
fluent-plugin-prometheus:1.6.1

# Install Terraform
ENV TERRAFORM_VERSION 0.12.26
ENV TERRAFORM_VERSION 0.13.7
RUN mkdir /tmp/terraform \
&& curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o /tmp/terraform/terraform.zip \
&& cd /tmp/terraform \
Expand Down

0 comments on commit 36b5380

Please sign in to comment.