diff --git a/windows/nanoserver/Dockerfile b/windows/nanoserver/Dockerfile index 745d7f8c..b0da651c 100644 --- a/windows/nanoserver/Dockerfile +++ b/windows/nanoserver/Dockerfile @@ -84,7 +84,7 @@ ENV JENKINS_AGENT_USER ${user} ENV JENKINS_AGENT_WORK ${JENKINS_AGENT_WORK} # Setup SSH server -ARG OPENSSH_VERSION=V8.6.0.0p1-Beta +ARG OPENSSH_VERSION=v9.5.0.0p1-Beta RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; ` $url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; ` Write-Host "Retrieving $url..." ; `