Skip to content

Commit 5a883eb

Browse files
Update dependency hashicorp/terraform to v1.14.6
1 parent 42c3d1c commit 5a883eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
curl=8.5.0-2ubuntu10.7 \
1111
unzip=6.0-28ubuntu4.1
1212

13-
ARG TERRAFORM_VERSION=1.14.5
13+
ARG TERRAFORM_VERSION=1.14.6
1414
RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o /tmp/terraform.zip && \
1515
unzip -d /usr/local/bin /tmp/terraform.zip && \
1616
rm /tmp/terraform.zip

0 commit comments

Comments
 (0)