Skip to content

Commit

Permalink
terraform-1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Jul 1, 2024
1 parent a917f83 commit f58c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ RUN curl -fsSL https://telegram.org/dl/desktop/linux | \
tar -C /opt -xJf -

# Install terraform
RUN wget -qnv -O terraform.zip https://releases.hashicorp.com/terraform/1.7.3/terraform_1.7.3_linux_amd64.zip && \
RUN wget -qnv -O terraform.zip https://releases.hashicorp.com/terraform/1.1.0/terraform_1.1.0_linux_amd64.zip && \
unzip terraform.zip && \
mv terraform /usr/local/bin && \
rm terraform.zip
Expand Down

0 comments on commit f58c157

Please sign in to comment.