Skip to content

Commit c7724d9

Browse files
[nightly] Update dependencies from dotnet/aspire
1 parent 5bfe488 commit c7724d9

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
@@ -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.3.0-preview.1.26113.8",
21+
"aspire-dashboard|build-version": "13.3.0-preview.1.26117.8",
2222
"aspire-dashboard|product-version": "13.3.0",
2323
"aspire-dashboard|fixed-tag": "13.3.0",
2424
"aspire-dashboard|minor-tag": "13.3",
2525
"aspire-dashboard|major-tag": "13",
26-
"aspire-dashboard|linux|x64|sha": "8833b28272aa2cf90463eb0769eee79a2a94e87a524beed2e5a4e4136bcdb0e2a6b03b0948d58de96d46134ce22b7682c2df9dfae7b15f045167806eb26d49de",
27-
"aspire-dashboard|linux|arm64|sha": "5d833d2f521aba087d80c307d39f97798744ef213b867d9ae77a325089b8f7a28bfa5c70325219e34dfd98ef53df15bd765c74cf735cc86be04e31295696823e",
26+
"aspire-dashboard|linux|x64|sha": "d881e630ac74054c46dd1344fb5cfc061b0bc46a32014fdc598972ce7db3d4dc6137df8154c16956eb1eccd2f9082891858cdf37089f3996540830c98723f389",
27+
"aspire-dashboard|linux|arm64|sha": "39c1d3e019b988d1a46449df5f4f54d7e705db4899aefad25bbe4e7792de257654f78d02dddfa21a960c90137e8351705d0fe4f8d0edf4ef468a85bf83469ed3",
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.3.0-preview.1.26113.8 \
12+
RUN dotnet_aspire_version=13.3.0-preview.1.26117.8 \
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='8833b28272aa2cf90463eb0769eee79a2a94e87a524beed2e5a4e4136bcdb0e2a6b03b0948d58de96d46134ce22b7682c2df9dfae7b15f045167806eb26d49de' \
14+
&& aspire_dashboard_sha512='d881e630ac74054c46dd1344fb5cfc061b0bc46a32014fdc598972ce7db3d4dc6137df8154c16956eb1eccd2f9082891858cdf37089f3996540830c98723f389' \
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.3.0-preview.1.26113.8 \
12+
RUN dotnet_aspire_version=13.3.0-preview.1.26117.8 \
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='5d833d2f521aba087d80c307d39f97798744ef213b867d9ae77a325089b8f7a28bfa5c70325219e34dfd98ef53df15bd765c74cf735cc86be04e31295696823e' \
14+
&& aspire_dashboard_sha512='39c1d3e019b988d1a46449df5f4f54d7e705db4899aefad25bbe4e7792de257654f78d02dddfa21a960c90137e8351705d0fe4f8d0edf4ef468a85bf83469ed3' \
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)