Skip to content

Commit 00e964f

Browse files
committed
Updates terraform to 1.13.3
1 parent f951503 commit 00e964f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ FROM ghcr.io/dependabot/dependabot-updater-core
22
ARG TARGETARCH
33

44
# See https://github.com/hashicorp/terraform/releases or https://releases.hashicorp.com/terraform/
5-
ARG TERRAFORM_VERSION=1.12.2
5+
ARG TERRAFORM_VERSION=1.13.3
66

77
# curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS" | grep "terraform_${TERRAFORM_VERSION}_linux_amd64.zip"
8-
ARG TERRAFORM_AMD64_CHECKSUM=1eaed12ca41fcfe094da3d76a7e9aa0639ad3409c43be0103ee9f5a1ff4b7437
8+
ARG TERRAFORM_AMD64_CHECKSUM=71fc43d92ea09907be5d416d2405a6a9c2d1ceaed633f5e175c0af26e8c4b365
99

1010
# curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS" | grep "terraform_${TERRAFORM_VERSION}_linux_arm64.zip"
11-
ARG TERRAFORM_ARM64_CHECKSUM=f8a0347dc5e68e6d60a9fa2db361762e7943ed084a773f28a981d988ceb6fdc9
11+
ARG TERRAFORM_ARM64_CHECKSUM=fa82fb1b08354573467557f33e6a15e7f9e1bba74eb15492f151ca27525d2acc
1212

1313
RUN cd /tmp \
1414
&& curl -o terraform-${TARGETARCH}.tar.gz https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${TARGETARCH}.zip \

0 commit comments

Comments
 (0)