Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "wip(windows): bump OpenSSH to 9.2.2.0…
Browse files Browse the repository at this point in the history
…p1-Beta""""

This reverts commit f7658b2.
  • Loading branch information
lemeurherve committed Sep 29, 2023
1 parent d5a6eea commit eb1e0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/nanoserver-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENV ProgramFiles="C:\Program Files"
ENV WindowsPATH="C:\Windows\system32;C:\Windows"
ENV PATH="${WindowsPATH};${ProgramFiles}\PowerShell;${JAVA_HOME}\bin;C:\mingit\cmd"

ARG OPENSSH_VERSION=V8.6.0.0p1-Beta
ARG OPENSSH_VERSION=v9.2.2.0p1-Beta

ARG user=jenkins
ARG JENKINS_AGENT_WORK="C:/Users/${user}/Work"
Expand Down
2 changes: 1 addition & 1 deletion windows/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG OPENSSH_VERSION=V8.6.0.0p1-Beta
ARG OPENSSH_VERSION=v9.2.2.0p1-Beta

ARG user=jenkins
ARG JENKINS_AGENT_WORK="C:/Users/${user}/Work"
Expand Down

0 comments on commit eb1e0cb

Please sign in to comment.