Skip to content

Commit 8c4d599

Browse files
lbussellCopilot
andcommitted
Update Aspire Dashboard to 13.5.2 (#7328)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 23805948-95dd-4b1f-a279-27c4e38dd2a8
1 parent 6de3a98 commit 8c4d599

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.1, 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.1, 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.1-preview.1.26420.4",
25-
"aspire-dashboard|product-version": "13.5.1",
26-
"aspire-dashboard|fixed-tag": "13.5.1",
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": "18e1661441c0b2bcaf55c5efabca8a8233365e5108a566a1982ec9ead4c7ff748dc2c76b8c80d9d8dd95f742a2972a128a27aa8e85a446afe33e9bbf8e31eadc",
30-
"aspire-dashboard|linux|arm64|sha": "55d01f70654b29c9910602ea5324d2aad9c240be552db8005ffb52c2d99a4014b3454f264cd21be12fc224d5921ec00528a585d7e4c7316cb1747984d8395bcd",
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.1-preview.1.26420.4 \
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='18e1661441c0b2bcaf55c5efabca8a8233365e5108a566a1982ec9ead4c7ff748dc2c76b8c80d9d8dd95f742a2972a128a27aa8e85a446afe33e9bbf8e31eadc' \
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.1-preview.1.26420.4 \
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='55d01f70654b29c9910602ea5324d2aad9c240be552db8005ffb52c2d99a4014b3454f264cd21be12fc224d5921ec00528a585d7e4c7316cb1747984d8395bcd' \
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)