Skip to content

Commit 6153ae6

Browse files
dotnet-docker-botlbussell
authored andcommitted
[nightly] Update dependencies from mingit (#6835)
1 parent d818870 commit 6153ae6

17 files changed

Lines changed: 34 additions & 34 deletions

File tree

manifest.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"libssl|jammy": "3",
102102
"libssl|noble": "3t64",
103103

104-
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.51.2.windows.1/MinGit-2.51.2-64-bit.zip",
105-
"mingit|latest|x64|sha": "8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072",
104+
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip",
105+
"mingit|latest|x64|sha": "f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2",
106106
"mingit|8.0|x64|url": "$(mingit|latest|x64|url)",
107107
"mingit|8.0|x64|sha": "$(mingit|latest|x64|sha)",
108108
"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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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/windowsservercore-ltsc2019/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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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/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.51.2.windows.1/MinGit-2.51.2-64-bit.zip; `
14-
$mingit_sha256 = '8f0a7bc389c0bccc9daf6107cff4efb176348e34b8d787f02a36679a5588e072'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/MinGit-2.52.0-64-bit.zip; `
14+
$mingit_sha256 = 'f42a561840627747ad48e6ece05a14093292d31f3393a401a7f7c780ee7695c2'; `
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)