We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f5711 commit fabdc19Copy full SHA for fabdc19
infra/build/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && \
10
curl=8.5.0-2ubuntu10.8 \
11
unzip=6.0-28ubuntu4.1
12
13
-ARG TERRAFORM_VERSION=1.14.6
+ARG TERRAFORM_VERSION=1.14.7
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