Skip to content

Commit a93446f

Browse files
chore: Update the Git Package Windows patch for Windows Nanoserver
Made with ❤️️ by updatecli
1 parent fd23cf8 commit a93446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
6161

6262
# Install git
6363
ARG GIT_VERSION=2.50.0
64-
ARG GIT_PATCH_VERSION=1
64+
ARG GIT_PATCH_VERSION=2
6565
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6666
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
6767
if($env:GIT_PATCH_VERSION -eq 1) { $url = $('https://github.com/git-for-windows/git/releases/download/v{0}.windows.{1}/MinGit-{0}-64-bit.zip' -f $env:GIT_VERSION, $env:GIT_PATCH_VERSION); } `

0 commit comments

Comments
 (0)