Skip to content

Commit

Permalink
chore: bump cdktf to 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Jan 28, 2024
1 parent d15b3d4 commit b4d5d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cdktf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN curl https://releases.hashicorp.com/terraform/1.6.3/terraform_1.6.3_linux_am

# Install cdktf
# https://developer.hashicorp.com/terraform/tutorials/cdktf/cdktf-install#install-cdktf
RUN npm install -g cdktf-cli
RUN npm install -g cdktf-cli@0.20.3

WORKDIR /src
ENTRYPOINT ["cdktf"]

0 comments on commit b4d5d3c

Please sign in to comment.