Skip to content

Commit

Permalink
bump terraform version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 authored Apr 24, 2024
1 parent 132ebd0 commit 631e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk --update --no-cache add \
openssl-dev

# Install Terraform CLI
ARG TERRAFORM_VERSION=1.8.1
ARG TERRAFORM_VERSION=1.8.2
WORKDIR /opt/terraform
RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o file.zip && \
unzip file.zip && rm file.zip
Expand Down

0 comments on commit 631e350

Please sign in to comment.