Skip to content

Commit

Permalink
Merge pull request #459 from jenkinsci/updatecli_master_97163665c8ff5…
Browse files Browse the repository at this point in the history
…8584e464835b75cb49c3aeb70ccb5a0633ff95c11cf8076d4c3

Bump OpenSSH version to v9.8.1.0p1-Preview
  • Loading branch information
dduportal authored Oct 21, 2024
2 parents b3bf5c9 + 947b6d2 commit 32c48e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/nanoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENV JENKINS_AGENT_USER ${user}
ENV JENKINS_AGENT_WORK ${JENKINS_AGENT_WORK}

# Setup SSH server
ARG OPENSSH_VERSION=v9.5.0.0p1-Beta
ARG OPENSSH_VERSION=v9.8.1.0p1-Preview
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..." ; `
Expand Down
2 changes: 1 addition & 1 deletion windows/windowsservercore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN $CurrentPath = (Get-Itemproperty -path 'hklm:\system\currentcontrolset\contr
& C:\mingit\cmd\git.exe lfs install

# Setup SSH server
ARG OPENSSH_VERSION=v9.5.0.0p1-Beta
ARG OPENSSH_VERSION=v9.8.1.0p1-Preview
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..." ; `
Expand Down

0 comments on commit 32c48e4

Please sign in to comment.