File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.26322 .2" ,
24+ "aspire-dashboard|build-version" : " 13.5.0-preview.1.26329 .2" ,
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" : " 996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023 " ,
30- "aspire-dashboard|linux|arm64|sha" : " 9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6 " ,
29+ "aspire-dashboard|linux|x64|sha" : " c1bade74f95367d44654a0638c3315b1f2cbe534086765d3f3cac72d22c87b2a400fa645b00954170c041a11e0cf537a8162e5ff6dada12efb6ea0be2fb9c56d " ,
30+ "aspire-dashboard|linux|arm64|sha" : " 2b41333b49545c1d373668b93f745a099312d0d461df2bcf7e4ae5aaaa8c9d7dbde98800d206081383dbdced2136f25b24beaf595dedc7cc77d06440d309e7da " ,
3131 "aspire-dashboard|base-url|main" : " $(base-url|public|preview|nightly)" ,
3232 "aspire-dashboard|base-url|nightly" : " $(base-url|public|preview|nightly)" ,
3333
Original file line number Diff line number Diff 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.26322 .2 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26329 .2 \
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='996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023 ' \
14+ && aspire_dashboard_sha512='c1bade74f95367d44654a0638c3315b1f2cbe534086765d3f3cac72d22c87b2a400fa645b00954170c041a11e0cf537a8162e5ff6dada12efb6ea0be2fb9c56d ' \
1515 && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616 && mkdir --parents /app \
1717 && unzip aspire_dashboard.zip -d /app \
Original file line number Diff line number Diff 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.26322 .2 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26329 .2 \
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='9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6 ' \
14+ && aspire_dashboard_sha512='2b41333b49545c1d373668b93f745a099312d0d461df2bcf7e4ae5aaaa8c9d7dbde98800d206081383dbdced2136f25b24beaf595dedc7cc77d06440d309e7da ' \
1515 && echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616 && mkdir --parents /app \
1717 && unzip aspire_dashboard.zip -d /app \
You can’t perform that action at this time.
0 commit comments