We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db59b9 commit 25bc523Copy full SHA for 25bc523
infra/build/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && \
10
curl=8.5.0-2ubuntu10.7 \
11
unzip=6.0-28ubuntu4.1
12
13
-ARG TERRAFORM_VERSION=1.14.5
+ARG TERRAFORM_VERSION=1.14.6
14
RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o /tmp/terraform.zip && \
15
unzip -d /usr/local/bin /tmp/terraform.zip && \
16
rm /tmp/terraform.zip
0 commit comments