We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bfc9d commit b88afd5Copy full SHA for b88afd5
Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
&& apt-get clean && rm -rf /var/lib/apt/lists/*
38
39
# Install Terraform CLI
40
-ARG TERRAFORM_VERSION=1.12.1
+ARG TERRAFORM_VERSION=1.12.2
41
RUN curl -L "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" -o terraform.zip && \
42
unzip -o terraform.zip -d /usr/local/bin/ && \
43
rm terraform.zip
0 commit comments