Skip to content

Commit b4b3ee2

Browse files
authored
Merge branch 'master' into master
2 parents 535650c + f31507c commit b4b3ee2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install Updatecli in the runner
18-
uses: updatecli/updatecli-action@v2.81.0
18+
uses: updatecli/updatecli-action@v2.82.0
1919

2020
- name: Run Updatecli in Dry Run mode
2121
run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml --values ./updatecli/values.temurin.yaml

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)