Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 authored Apr 20, 2024
1 parent c5c3be7 commit e9ea4a7
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.7.5
ARG TERRAFORM_VERSION=1.8.1
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 e9ea4a7

Please sign in to comment.