Skip to content

Commit

Permalink
build(deps): bump terraform from 1.4.0 to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Mar 16, 2023
1 parent cbc2276 commit 32d16a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/dependabot/dependabot-updater-core
ARG TARGETARCH
ARG TERRAFORM_VERSION=1.4.0
ARG TERRAFORM_AMD64_CHECKSUM=5da60da508d6d1941ffa8b9216147456a16bbff6db7622ae9ad01d314cbdd188
ARG TERRAFORM_ARM64_CHECKSUM=33e0f4f0b75f507fc19012111de008308df343153cd6a3992507f4566c0bb723
ARG TERRAFORM_VERSION=1.4.2
ARG TERRAFORM_AMD64_CHECKSUM=9f3ca33d04f5335472829d1df7785115b60176d610ae6f1583343b0a2221a931
ARG TERRAFORM_ARM64_CHECKSUM=39c182670c4e63e918e0a16080b1cc47bb16e158d7da96333d682d6a9cb8eb91
RUN cd /tmp \
&& curl -o terraform-${TARGETARCH}.tar.gz https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${TARGETARCH}.zip \
&& printf "$TERRAFORM_AMD64_CHECKSUM terraform-amd64.tar.gz\n$TERRAFORM_ARM64_CHECKSUM terraform-arm64.tar.gz\n" | sha256sum -c --ignore-missing - \
Expand Down

0 comments on commit 32d16a7

Please sign in to comment.