Skip to content

Commit 51ff29e

Browse files
dotnet-docker-botlbussellmthalman
committed
[nightly] Update mingit to v2.53.0.windows.3 (#7151)
Co-authored-by: Logan Bussell <loganbussell@microsoft.com> Co-authored-by: Matt Thalman <mthalman@microsoft.com>
1 parent 0dbfb44 commit 51ff29e

19 files changed

Lines changed: 38 additions & 38 deletions

File tree

manifest.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"libssl|noble": "3t64",
125125
"libssl|resolute": "3t64",
126126

127-
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip",
128-
"mingit|latest|x64|sha": "d4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29",
127+
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip",
128+
"mingit|latest|x64|sha": "0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433",
129129
"mingit|8.0|x64|url": "$(mingit|latest|x64|url)",
130130
"mingit|8.0|x64|sha": "$(mingit|latest|x64|sha)",
131131
"mingit|9.0|x64|url": "$(mingit|latest|x64|url)",

src/sdk/10.0/nanoserver-ltsc2022/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/10.0/nanoserver-ltsc2025/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/10.0/windowsservercore-ltsc2022/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/10.0/windowsservercore-ltsc2025/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/11.0/nanoserver-ltsc2025/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/11.0/windowsservercore-ltsc2025/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/8.0/nanoserver-1809/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

src/sdk/8.0/nanoserver-ltsc2025/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN powershell -Command " `
1010
$ErrorActionPreference = 'Stop'; `
1111
$ProgressPreference = 'SilentlyContinue'; `
1212
`
13-
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/MinGit-2.53.0.2-64-bit.zip; `
14-
$mingit_sha256 = 'd4bf83d6a860ccae9af44e508e1e00a39f09db6fa78a9ba5543b94d87ca22a29'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.3/MinGit-2.53.0.3-64-bit.zip; `
14+
$mingit_sha256 = '0d7c85a26e45668b35d0d0aeb763289376cfc039e55e0938a617ed0dfa32e433'; `
1515
if ((Get-FileHash mingit.zip -Algorithm sha256).Hash -ne $mingit_sha256) { `
1616
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1717
exit 1; `

0 commit comments

Comments
 (0)