Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dockerfile): update to use 1.4.7,1.6.6 (#4223)
``` $ asdf list-all terraform | grep 1.4. 1.4.0-alpha20221109 1.4.0-alpha20221207 1.4.0-beta1 1.4.0-beta2 1.4.0-rc1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 ``` ``` $ asdf list-all terraform | grep 1.5. 1.5.0-alpha20230405 1.5.0-alpha20230504 1.5.0-beta1 1.5.0-beta2 1.5.0-rc1 1.5.0-rc2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 ``` ``` $ asdf list-all terraform | grep 1.6. 1.1.0-alpha20210616 1.1.0-alpha20210630 1.6.0-alpha20230719 1.6.0-alpha20230802 1.6.0-alpha20230816 1.6.0-beta1 1.6.0-beta2 1.6.0-beta3 1.6.0-rc1 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 ``` Signed-off-by: Rui Chen <[email protected]>
- Loading branch information