Skip to content

Commit fabdc19

Browse files
Update dependency hashicorp/terraform to v1.14.7 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1f5711 commit fabdc19

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.8 \
1111
unzip=6.0-28ubuntu4.1
1212

13-
ARG TERRAFORM_VERSION=1.14.6
13+
ARG TERRAFORM_VERSION=1.14.7
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)