Skip to content

Commit

Permalink
Bump Git version on Windows to 2.41.0.windows.1 (#432)
Browse files Browse the repository at this point in the history
* chore: changed lines [30] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-agent/windows/windowsservercore-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [40] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-agent/windows/nanoserver-1809/Dockerfile"

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 5, 2023
1 parent cf57a35 commit c9f7b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --from=jdk-core $JAVA_HOME $JAVA_HOME
SHELL ["pwsh.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
USER ContainerAdministrator

ARG GIT_VERSION=2.40.1
ARG GIT_VERSION=2.41.0
ARG GIT_PATCH_VERSION=1
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
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 GIT_VERSION=2.40.1
ARG GIT_VERSION=2.41.0
ARG GIT_PATCH_VERSION=1
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
Expand Down

0 comments on commit c9f7b17

Please sign in to comment.