Skip to content

Commit

Permalink
build(deps): bump terraform from 1.4.4 to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Apr 14, 2023
1 parent 6530fbb commit 9984a81
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.4
ARG TERRAFORM_AMD64_CHECKSUM=67541c1f6631befcc25b764028e5605e59234d4424e60a256518ee1e8dd50593
ARG TERRAFORM_ARM64_CHECKSUM=5fc610f1554be7132a59542696094ad80a87ccdd3cac50a77f8ae4f7570bb0a4
ARG TERRAFORM_VERSION=1.4.5
ARG TERRAFORM_AMD64_CHECKSUM=ce10e941cd11554b15a189cd00191c05abc20dff865599d361bdb863c5f406a9
ARG TERRAFORM_ARM64_CHECKSUM=ca2c48f518f72fef668255150cc5e63b92545edc62a05939bbff8a350bceb357
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 9984a81

Please sign in to comment.