File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.2.0-preview.1.26102.1 " ,
21+ "aspire-dashboard|build-version" : " 13.2.0-preview.1.26103.2 " ,
2222 "aspire-dashboard|product-version" : " 13.2.0" ,
2323 "aspire-dashboard|fixed-tag" : " 13.2.0" ,
2424 "aspire-dashboard|minor-tag" : " 13.2" ,
2525 "aspire-dashboard|major-tag" : " 13" ,
26- "aspire-dashboard|linux|x64|sha" : " 46d2b42668a86becd315d4ee4ad23e6ce533e38d81f474f41f89fd624b19c73080c61f5027fcfadb636401a432bef174a3976a25213457a2293d1bf539de79c8 " ,
27- "aspire-dashboard|linux|arm64|sha" : " 8eb5e40db2abe896729ebecbc0fbe080c4ac80692a4d6acf4738e338ce02d3af5d8bd42db66d259151d514f5333d3f7ad2e5849b0f681d877da1b7d845060bc6 " ,
26+ "aspire-dashboard|linux|x64|sha" : " e52f317afa8ee11fbf1388bc4acd3a59a3f9b2f55b7f3010734a9bcd1d9bf664fed95aa60b97d0ccf0c1c36c336f42a09705aef692b589d6c4aeb09f55e354c4 " ,
27+ "aspire-dashboard|linux|arm64|sha" : " 10d8a44a717ff5470affbd2e3476ae94589fdeb3a5d6f95dd1531333a3ee79517ad436a383026b07a305a85546b1623fc299d551e7343b6198bd3087da2321ae " ,
2828 "aspire-dashboard|base-url|main" : " $(base-url|public|preview|nightly)" ,
2929 "aspire-dashboard|base-url|nightly" : " $(base-url|public|preview|nightly)" ,
3030
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.2.0-preview.1.26102.1 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.26103.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='46d2b42668a86becd315d4ee4ad23e6ce533e38d81f474f41f89fd624b19c73080c61f5027fcfadb636401a432bef174a3976a25213457a2293d1bf539de79c8 ' \
14+ && aspire_dashboard_sha512='e52f317afa8ee11fbf1388bc4acd3a59a3f9b2f55b7f3010734a9bcd1d9bf664fed95aa60b97d0ccf0c1c36c336f42a09705aef692b589d6c4aeb09f55e354c4 ' \
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.2.0-preview.1.26102.1 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.26103.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='8eb5e40db2abe896729ebecbc0fbe080c4ac80692a4d6acf4738e338ce02d3af5d8bd42db66d259151d514f5333d3f7ad2e5849b0f681d877da1b7d845060bc6 ' \
14+ && aspire_dashboard_sha512='10d8a44a717ff5470affbd2e3476ae94589fdeb3a5d6f95dd1531333a3ee79517ad436a383026b07a305a85546b1623fc299d551e7343b6198bd3087da2321ae ' \
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