Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update dependency hashicorp/terraform to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 07cf0d1 commit 1595556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .batect/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache \
ncurses \
python3

ARG TERRAFORM_VERSION=1.5.7
ARG TERRAFORM_VERSION=1.6.1
ADD https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip /tmp/terraform.zip
RUN unzip /tmp/terraform.zip -d /usr/local/bin && rm /tmp/terraform.zip

Expand Down

0 comments on commit 1595556

Please sign in to comment.