Skip to content

Commit c15c64b

Browse files
[nightly] Update dependencies from microsoft/aspire
1 parent 2c11fbb commit c15c64b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

manifest.versions.json

Lines changed: 3 additions & 3 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.26324.2",
24+
"aspire-dashboard|build-version": "13.5.0-preview.1.26324.7",
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": "1c4312ae704c668ccc21d63d1951bfd49469beb2fa8758b9c4eb9d1091213992a42287e7a24eec6442b3ab33749b68debc9f3f3dd9afb9349954cac00c210f23",
30-
"aspire-dashboard|linux|arm64|sha": "dfff68593b44fcf0238c5e28e0e6bb9694ad0d21b8343a757a7d7c19d61d9dc8d52480b76a384b832e4dde105deacf6375ff95185a5bdd8c3ace73f44fbdb4ce",
29+
"aspire-dashboard|linux|x64|sha": "a699edf7a4ccff1749b82ddf12adc48f93b8e35fe24b8023d1d8485f99798a6f97bbb9d6f3086a52c31dc94e0e41cf28d8413cae69966b22c93451ab84c2063d",
30+
"aspire-dashboard|linux|arm64|sha": "4ef05cc08b75e3aeb12a30b3dc1e62d42db246f9b9c75528d34c879b307581ebceab2bea7a80d3ed8bcbaf8b53ad13c0f78e8a235b7dcc762e33d4f85db6de8a",
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.26324.2 \
12+
RUN dotnet_aspire_version=13.5.0-preview.1.26324.7 \
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='1c4312ae704c668ccc21d63d1951bfd49469beb2fa8758b9c4eb9d1091213992a42287e7a24eec6442b3ab33749b68debc9f3f3dd9afb9349954cac00c210f23' \
14+
&& aspire_dashboard_sha512='a699edf7a4ccff1749b82ddf12adc48f93b8e35fe24b8023d1d8485f99798a6f97bbb9d6f3086a52c31dc94e0e41cf28d8413cae69966b22c93451ab84c2063d' \
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.26324.2 \
12+
RUN dotnet_aspire_version=13.5.0-preview.1.26324.7 \
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='dfff68593b44fcf0238c5e28e0e6bb9694ad0d21b8343a757a7d7c19d61d9dc8d52480b76a384b832e4dde105deacf6375ff95185a5bdd8c3ace73f44fbdb4ce' \
14+
&& aspire_dashboard_sha512='4ef05cc08b75e3aeb12a30b3dc1e62d42db246f9b9c75528d34c879b307581ebceab2bea7a80d3ed8bcbaf8b53ad13c0f78e8a235b7dcc762e33d4f85db6de8a' \
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)