diff --git a/windows/windowsservercore/Dockerfile b/windows/windowsservercore/Dockerfile index d9f11204..c8cba500 100644 --- a/windows/windowsservercore/Dockerfile +++ b/windows/windowsservercore/Dockerfile @@ -72,7 +72,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr & C:\mingit\cmd\git.exe lfs install # 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..." ; `