File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ ENV JENKINS_AGENT_USER=${user}
95
95
ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
96
96
97
97
# Setup SSH server
98
- ARG OPENSSH_VERSION=v9.8.2 .0p2-Preview
98
+ ARG OPENSSH_VERSION=v9.8.3 .0p2-Preview
99
99
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
100
100
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
101
101
Write-Host "Retrieving $url..." ; `
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
83
83
& C:\m ingit\c md\g it.exe lfs install
84
84
85
85
# Setup SSH server
86
- ARG OPENSSH_VERSION=v9.8.2 .0p2-Preview
86
+ ARG OPENSSH_VERSION=v9.8.3 .0p2-Preview
87
87
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
88
88
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
89
89
Write-Host "Retrieving $url..." ; `
You can’t perform that action at this time.
0 commit comments