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.26314.1 " ,
24+ "aspire-dashboard|build-version" : " 13.5.0-preview.1.26316.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" : " cd659eda950c61d77c4390c412a82f4a65b11a766806818590da1e90aa18497174d6ecf93134515f1c973998d521f9ac70e610bc791f443dc37cb03864645455 " ,
30- "aspire-dashboard|linux|arm64|sha" : " aea9d28c094d8f4e4bb6f630f19b849febbfaf22c7054bc784f031e77abd44f3df49340779b4028e500e4444f6d4ae112f340d3d254c1778a0aa2cdd94935a6a " ,
29+ "aspire-dashboard|linux|x64|sha" : " 7d0082916922ee73fd4e6b527dd672f800446bec4001d5a1d3c8b7e11a4c9efde8cca6998ccc722cae022d4d53add63bc01f7abd8f69f0909a582ee0ecd88263 " ,
30+ "aspire-dashboard|linux|arm64|sha" : " 6ee65c876a1b5b0ff92fff1da562825537f3f8f95e2dc74857ca2093b46d24bee9bc632361706bf32e400109f9a7f49982fc525edc3f76053d70be1354f296b8 " ,
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.26314.1 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26316.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='cd659eda950c61d77c4390c412a82f4a65b11a766806818590da1e90aa18497174d6ecf93134515f1c973998d521f9ac70e610bc791f443dc37cb03864645455 ' \
14+ && aspire_dashboard_sha512='7d0082916922ee73fd4e6b527dd672f800446bec4001d5a1d3c8b7e11a4c9efde8cca6998ccc722cae022d4d53add63bc01f7abd8f69f0909a582ee0ecd88263 ' \
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.26314.1 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26316.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='aea9d28c094d8f4e4bb6f630f19b849febbfaf22c7054bc784f031e77abd44f3df49340779b4028e500e4444f6d4ae112f340d3d254c1778a0aa2cdd94935a6a ' \
14+ && aspire_dashboard_sha512='6ee65c876a1b5b0ff92fff1da562825537f3f8f95e2dc74857ca2093b46d24bee9bc632361706bf32e400109f9a7f49982fc525edc3f76053d70be1354f296b8 ' \
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