Skip to content

Commit 323eba8

Browse files
[nightly] Update dependencies from syft
1 parent fed8cbe commit 323eba8

21 files changed

Lines changed: 45 additions & 45 deletions

File tree

manifest.versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"alpine|9.0|floating-tag-version": "$(alpine|floating-tag-version)",
2222
"alpine|8.0|floating-tag-version": "$(alpine|floating-tag-version)",
2323

24-
"aspire-dashboard|build-version": "13.5.0-preview.1.26322.2",
24+
"aspire-dashboard|build-version": "13.5.0-preview.1.26330.1",
2525
"aspire-dashboard|product-version": "13.5.0",
2626
"aspire-dashboard|fixed-tag": "13.5.0",
2727
"aspire-dashboard|minor-tag": "13.5",
2828
"aspire-dashboard|major-tag": "13",
29-
"aspire-dashboard|linux|x64|sha": "996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023",
30-
"aspire-dashboard|linux|arm64|sha": "9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6",
29+
"aspire-dashboard|linux|x64|sha": "0c48c867f228b3d89124223ba16d8ba26131aa754e068dcf24481f8c7d98d59101ab523600659fe3596cfd266331f45122c7c43ae0a7ad0ad65f61e65fd1dcce",
30+
"aspire-dashboard|linux|arm64|sha": "7ddccdec45dfe2a0b93e51b43eacf57f6d419e96923b7ddaff04438f8c81e4df1a21930325297fd874bceef5d66b204e4ebe87ebf425e179e0689ee748d5e1a9",
3131
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
3232
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",
3333

@@ -128,8 +128,8 @@
128128
"libssl|noble": "3t64",
129129
"libssl|resolute": "3t64",
130130

131-
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/MinGit-2.54.0-64-bit.zip",
132-
"mingit|latest|x64|sha": "04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668",
131+
"mingit|latest|x64|url": "https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip",
132+
"mingit|latest|x64|sha": "31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf",
133133
"mingit|8.0|x64|url": "$(mingit|latest|x64|url)",
134134
"mingit|8.0|x64|sha": "$(mingit|latest|x64|sha)",
135135
"mingit|9.0|x64|url": "$(mingit|latest|x64|url)",

src/aspire-dashboard/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN tdnf install -y \
99
&& tdnf clean all
1010

1111
# Retrieve Aspire Dashboard
12-
RUN dotnet_aspire_version=13.5.0-preview.1.26322.2 \
12+
RUN dotnet_aspire_version=13.5.0-preview.1.26330.1 \
1313
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \
14-
&& aspire_dashboard_sha512='996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023' \
14+
&& aspire_dashboard_sha512='0c48c867f228b3d89124223ba16d8ba26131aa754e068dcf24481f8c7d98d59101ab523600659fe3596cfd266331f45122c7c43ae0a7ad0ad65f61e65fd1dcce' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

src/aspire-dashboard/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN tdnf install -y \
99
&& tdnf clean all
1010

1111
# Retrieve Aspire Dashboard
12-
RUN dotnet_aspire_version=13.5.0-preview.1.26322.2 \
12+
RUN dotnet_aspire_version=13.5.0-preview.1.26330.1 \
1313
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \
14-
&& aspire_dashboard_sha512='9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6' \
14+
&& aspire_dashboard_sha512='7ddccdec45dfe2a0b93e51b43eacf57f6d419e96923b7ddaff04438f8c81e4df1a21930325297fd874bceef5d66b204e4ebe87ebf425e179e0689ee748d5e1a9' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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.54.0.windows.1/MinGit-2.54.0-64-bit.zip; `
14-
$mingit_sha256 = '04f937e1f0918b17b9be6f2294cb2bb66e96e1d9832d1c298e2de088a1d0e668'; `
13+
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.55.0.windows.1/MinGit-2.55.0-64-bit.zip; `
14+
$mingit_sha256 = '31497e7968196332263459ee319d2524e3ebc5786ab895e2abad34ffdd4f4ebf'; `
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)