Skip to content

Commit f31507c

Browse files
authored
Merge pull request #509 from jenkinsci/updatecli_master_97163665c8ff58584e464835b75cb49c3aeb70ccb5a0633ff95c11cf8076d4c3
Bump OpenSSH version to v9.8.3.0p2-Preview
2 parents d884980 + 4e86d06 commit f31507c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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..." ; `

windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
8383
& C:\mingit\cmd\git.exe lfs install
8484

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

0 commit comments

Comments
 (0)