Skip to content

Commit

Permalink
fix: match Dockerfile terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Feb 8, 2025
1 parent 8eca32e commit c88579e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-oranges-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api3/airnode-deployer": patch
---

Bump terraform to 1.9
2 changes: 1 addition & 1 deletion packages/airnode-deployer/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG npmRegistryUrl=https://registry.npmjs.org/
ARG npmTag=latest

ENV name="airnode-deployer" \
baseTerraformURL="https://releases.hashicorp.com/terraform/1.4.0/terraform_1.4.0_linux_" \
baseTerraformURL="https://releases.hashicorp.com/terraform/1.9.0/terraform_1.9.0_linux_"\
appDir="/app"
ENV packageName="@api3/${name}"

Expand Down

0 comments on commit c88579e

Please sign in to comment.