Skip to content

Commit fd23cf8

Browse files
chore: Update the Git Package Windows patch for Windows Server Core
Made with ❤️️ by updatecli
1 parent 055b294 commit fd23cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ USER ContainerAdministrator
5656

5757
# Install git
5858
ARG GIT_VERSION=2.50.0
59-
ARG GIT_PATCH_VERSION=1
59+
ARG GIT_PATCH_VERSION=2
6060
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
6161
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
6262
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)