Skip to content

Commit 54b1fbf

Browse files
lbussellCopilot
andcommitted
Update Aspire Dashboard to 13.3.0
Updates Aspire Dashboard from 13.2.0 to 13.3.0 (build 13.3.0-preview.1.26256.5) for the 2026-05B release. SHA512 hashes verified against artifacts at https://ci.dot.net/public/aspire/13.3.0-preview.1.26256.5/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a97a9d9 commit 54b1fbf

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.aspire-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures
114114

115115
Tags | Dockerfile | OS Version
116116
---- | ---------- | ----------
117-
13.2.0, 13.2, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
117+
13.3.0, 13.3, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
118118

119119
### Linux arm64 Tags
120120

121121
Tags | Dockerfile | OS Version
122122
---- | ---------- | ----------
123-
13.2.0, 13.2, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
123+
13.3.0, 13.3, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
124124

125125
<!--End of generated tags-->
126126

manifest.versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"alpine|9.0|floating-tag-version": "$(alpine|floating-tag-version)",
1919
"alpine|8.0|floating-tag-version": "$(alpine|floating-tag-version)",
2020

21-
"aspire-dashboard|build-version": "13.2.0-preview.1.26170.3",
22-
"aspire-dashboard|product-version": "13.2.0",
21+
"aspire-dashboard|build-version": "13.3.0-preview.1.26256.5",
22+
"aspire-dashboard|product-version": "13.3.0",
2323
"aspire-dashboard|fixed-tag": "$(aspire-dashboard|product-version)",
24-
"aspire-dashboard|minor-tag": "13.2",
24+
"aspire-dashboard|minor-tag": "13.3",
2525
"aspire-dashboard|major-tag": "13",
26-
"aspire-dashboard|linux|x64|sha": "5d22e82c17478e94b2cf610d34359baae4fc4f01f53da863c663dd51321bd5d51cbf10ac3598dcf5cbd04e7c7050b6fb3bf37b945593cb40f5f44615be9d791c",
27-
"aspire-dashboard|linux|arm64|sha": "b7d12a81afcc4f75d7726ba7b387e53860b52f33d13955deac7c3dd6bbccd1dbb9e092a60e7815a1802d4b8ec510577ce10f46d8df0f394be42e058bb43bff65",
26+
"aspire-dashboard|linux|x64|sha": "cfafa97f3d8bca6a3e0d20d29d5d1a2c119ac2fd45650569bc596182598603512f46df91fd623d5818ed5795816419ddd7a0bd30b831df44e3256fcb30021557",
27+
"aspire-dashboard|linux|arm64|sha": "e03dd6d54b9df414a70ffa16d962dddb4b83c516c8e8342ccf57aafb24c7c80fc3f0938ef98b2c1c7edbe221aa48cf66f302b719facffc62f2229356639667ac",
2828
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
2929
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",
3030

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.2.0-preview.1.26170.3 \
12+
RUN dotnet_aspire_version=13.3.0-preview.1.26256.5 \
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='5d22e82c17478e94b2cf610d34359baae4fc4f01f53da863c663dd51321bd5d51cbf10ac3598dcf5cbd04e7c7050b6fb3bf37b945593cb40f5f44615be9d791c' \
14+
&& aspire_dashboard_sha512='cfafa97f3d8bca6a3e0d20d29d5d1a2c119ac2fd45650569bc596182598603512f46df91fd623d5818ed5795816419ddd7a0bd30b831df44e3256fcb30021557' \
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.2.0-preview.1.26170.3 \
12+
RUN dotnet_aspire_version=13.3.0-preview.1.26256.5 \
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='b7d12a81afcc4f75d7726ba7b387e53860b52f33d13955deac7c3dd6bbccd1dbb9e092a60e7815a1802d4b8ec510577ce10f46d8df0f394be42e058bb43bff65' \
14+
&& aspire_dashboard_sha512='e03dd6d54b9df414a70ffa16d962dddb4b83c516c8e8342ccf57aafb24c7c80fc3f0938ef98b2c1c7edbe221aa48cf66f302b719facffc62f2229356639667ac' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

0 commit comments

Comments
 (0)