Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.10.1 in dock…
Browse files Browse the repository at this point in the history
…erfile
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 9d701a7 commit a1e921e
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 @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install unzip

# Install Terraform
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
ENV TERRAFORM_VERSION=1.9.8
ENV TERRAFORM_VERSION=1.10.1
RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
wget -nv -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${ARCH}.zip && \
mkdir -p /usr/local/bin/tf/versions/${TERRAFORM_VERSION} && \
Expand Down

0 comments on commit a1e921e

Please sign in to comment.