We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3e24e commit 4e86d06Copy full SHA for 4e86d06
windows/nanoserver/Dockerfile
@@ -95,7 +95,7 @@ ENV JENKINS_AGENT_USER=${user}
95
ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
96
97
# Setup SSH server
98
-ARG OPENSSH_VERSION=v9.8.2.0p2-Preview
+ARG OPENSSH_VERSION=v9.8.3.0p2-Preview
99
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
100
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
101
Write-Host "Retrieving $url..." ; `
0 commit comments