Skip to content

Commit 055b294

Browse files
chore: Update the Git Windows version for Windows Nanoserver
Made with ❤️️ by updatecli
1 parent 3f3de26 commit 055b294

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
@@ -60,7 +60,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
6060
New-Item -Path "C:\jdk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}"
6161

6262
# Install git
63-
ARG GIT_VERSION=2.49.0
63+
ARG GIT_VERSION=2.50.0
6464
ARG GIT_PATCH_VERSION=1
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)

0 commit comments

Comments
 (0)