Skip to content

Commit 94f3114

Browse files
lbussellCopilot
andauthored
[release/2026-09B] Update Aspire Dashboard to 13.5.2 (#7345)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 649a046e-57ad-4a62-aa20-08f1f7904b05 Copilot-Session: 23805948-95dd-4b1f-a279-27c4e38dd2a8
1 parent 22ffecc commit 94f3114

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.5.0, 13.5, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
117+
13.5.2, 13.5, 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.5.0, 13.5, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
123+
13.5.2, 13.5, 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
@@ -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.26417.10",
25-
"aspire-dashboard|product-version": "13.5.0",
26-
"aspire-dashboard|fixed-tag": "13.5.0",
24+
"aspire-dashboard|build-version": "13.5.2-preview.1.26421.6",
25+
"aspire-dashboard|product-version": "13.5.2",
26+
"aspire-dashboard|fixed-tag": "13.5.2",
2727
"aspire-dashboard|minor-tag": "13.5",
2828
"aspire-dashboard|major-tag": "13",
29-
"aspire-dashboard|linux|x64|sha": "32e99876fdc782c98e2e6ab5913c2f249d0f3c301d07a69791fa429d7f54bdbbba32f3168d25b5547455cae8b5046472380f42f0c21957de6972ad759680f6fb",
30-
"aspire-dashboard|linux|arm64|sha": "72a68ccb00f126ee1e9b1a878c68ff72f2a5b8edc3301a9fefea3158af4c01d158a4e0a8a0ceed46b15d70afdfea5b08ff3024b4b97aa6dfd71d1860c46185f0",
29+
"aspire-dashboard|linux|x64|sha": "49ee784ebb116cd352188e47d92852e2a630b4c61f49537fab735760f15d9c8aa06ed4604b07de4e43350c0baaa830d01426332545e08d3bb58e791ed39c84de",
30+
"aspire-dashboard|linux|arm64|sha": "50a45835c6298d2d497f2280a4e52ee0f83b35cd633ebe1b7861dacf65f8c9cb3293f3982f9ebbffb601b33cea955c58f3369a1920a3330e4b76cfd9c8d898ef",
3131
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
3232
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",
3333

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.26417.10 \
12+
RUN dotnet_aspire_version=13.5.2-preview.1.26421.6 \
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='32e99876fdc782c98e2e6ab5913c2f249d0f3c301d07a69791fa429d7f54bdbbba32f3168d25b5547455cae8b5046472380f42f0c21957de6972ad759680f6fb' \
14+
&& aspire_dashboard_sha512='49ee784ebb116cd352188e47d92852e2a630b4c61f49537fab735760f15d9c8aa06ed4604b07de4e43350c0baaa830d01426332545e08d3bb58e791ed39c84de' \
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.26417.10 \
12+
RUN dotnet_aspire_version=13.5.2-preview.1.26421.6 \
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='72a68ccb00f126ee1e9b1a878c68ff72f2a5b8edc3301a9fefea3158af4c01d158a4e0a8a0ceed46b15d70afdfea5b08ff3024b4b97aa6dfd71d1860c46185f0' \
14+
&& aspire_dashboard_sha512='50a45835c6298d2d497f2280a4e52ee0f83b35cd633ebe1b7861dacf65f8c9cb3293f3982f9ebbffb601b33cea955c58f3369a1920a3330e4b76cfd9c8d898ef' \
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)