Skip to content

Commit

Permalink
Bump powershell core version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-Walsh authored Jul 7, 2021
1 parent 740d3c0 commit 13a3f42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ubuntu.18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG Java_Jdk_Version=11.0.11+9-0ubuntu2~18.04
ARG Kubectl_Version=1.18.8-00
ARG Octopus_Cli_Version=7.4.1
ARG Octopus_Client_Version=8.8.3
ARG Node_Version=14.17.1\*
ARG Powershell_Version=7.0.3\*
ARG Node_Version=14.17.2\*
ARG Powershell_Version=7.0.6\*
ARG Terraform_Version=1.0.0
ARG Umoci_Version=0.4.6

Expand Down
4 changes: 2 additions & 2 deletions ubuntu.18.04/spec/ubuntu.18.04.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Describe 'installed dependencies' {
}

It 'has node installed' {
node --version | Should -match '14.17.1'
node --version | Should -match '14.17.2'
$LASTEXITCODE | Should -be 0
}

Expand Down Expand Up @@ -125,6 +125,6 @@ Describe 'installed dependencies' {
It 'should have installed powershell core' {
$output = & pwsh --version
$LASTEXITCODE | Should -be 0
$output | Should -match '^PowerShell 7\.0\.3*'
$output | Should -match '^PowerShell 7\.0\.6*'
}
}
4 changes: 2 additions & 2 deletions windows.ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ARG Google_Cloud_Cli_Version=339.0.0
ARG Helm_Version=3.3.0
ARG Java_Jdk_Version=14.0.2
ARG Kubectl_Version=1.18.8
ARG Node_Version=14.17.1
ARG Node_Version=14.17.2
ARG Octopus_Cli_Version=7.4.1
ARG Octopus_Client_Version=8.8.3
ARG Powershell_Version=7.0.3
ARG Powershell_Version=7.0.6
ARG Python_Version=3.8.5
ARG ScriptCs_Version=0.17.1
ARG Terraform_Version=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion windows.ltsc2019/spec/windows.ltsc2019.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Describe 'installed dependencies' {
}

It 'has node installed' {
node --version | Should -Match '14.17.1'
node --version | Should -Match '14.17.2'
$LASTEXITCODE | Should -be 0
}

Expand Down

0 comments on commit 13a3f42

Please sign in to comment.