Skip to content

Commit 4e86d06

Browse files
chore: Update the OpenSSH version for Windows Nanoserver
Made with ❤️️ by updatecli
1 parent 7f3e24e commit 4e86d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ENV JENKINS_AGENT_USER=${user}
9595
ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
9696

9797
# Setup SSH server
98-
ARG OPENSSH_VERSION=v9.8.2.0p2-Preview
98+
ARG OPENSSH_VERSION=v9.8.3.0p2-Preview
9999
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
100100
$url = 'https://github.com/PowerShell/Win32-OpenSSH/releases/download/{0}/OpenSSH-Win64.zip' -f $env:OPENSSH_VERSION ; `
101101
Write-Host "Retrieving $url..." ; `

0 commit comments

Comments
 (0)