File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ ARG Ecs_Cli_Version=1.20.0
1010ARG Eks_Cli_Version=0.25.0
1111ARG Google_Cloud_Cli_Version=339.0.0-0
1212ARG Helm_Version=v3.7.1
13- ARG Java_Jdk_Version=11.0.11+9-0ubuntu2 ~18.04
13+ ARG Java_Jdk_Version=11.0.13+8-0ubuntu1 ~18.04
1414ARG Kubectl_Version=1.18.8-00
1515ARG Octopus_Cli_Version=7.4.1
1616ARG Octopus_Client_Version=8.8.3
1717ARG Powershell_Version=7.0.6\*
18- ARG Terraform_Version=1.0.11
18+ ARG Terraform_Version=1.1.3
1919ARG Umoci_Version=0.4.6
2020
2121# get `wget` & software-properties-common
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Describe 'installed dependencies' {
1818 }
1919
2020 It ' has java installed' {
21- java -- version | Should - beLike " *11.0.11 *"
21+ java -- version | Should - beLike " *11.0.13 *"
2222 $LASTEXITCODE | Should - be 0
2323 }
2424
@@ -57,7 +57,7 @@ Describe 'installed dependencies' {
5757
5858 # If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
5959 It ' has terraform installed' {
60- terraform version | Select-Object - First 1 | Should -match ' 1.0.11 '
60+ terraform version | Select-Object - First 1 | Should -match ' 1.1.3 '
6161 }
6262
6363 It ' has python3 installed' {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ARG Octopus_Client_Version=8.8.3
1919ARG Powershell_Version=7.0.6
2020ARG Python_Version=3.8.5
2121ARG ScriptCs_Version=0.17.1
22- ARG Terraform_Version=1.0.11
22+ ARG Terraform_Version=1.1.3
2323ARG 7Zip_Version=19.0
2424
2525# Install Choco
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Describe 'installed dependencies' {
6767
6868 # If the terraform version is not the latest, then `terraform version` returns multiple lines and a non-zero return code
6969 It ' has terraform installed' {
70- terraform version | Select-Object - First 1 | Should -Match ' 1.0.11 '
70+ terraform version | Select-Object - First 1 | Should -Match ' 1.1.3 '
7171 }
7272
7373 It ' has python installed' {
You can’t perform that action at this time.
0 commit comments