File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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.26109 .1" ,
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" : " 4397efe53067dce4b5eceb4b66212b65ddb0f459332a55865dc5dcc50a5917de9110e429cb9b003568daf2c8bec8e240d9676e0b90adfad8fc95df90f0b1cc3f " ,
27+ "aspire-dashboard|linux|arm64|sha" : " b095cf3c800a9e4ecf55709befee3d4e602bd2557fca16491ec41d8a3819d7ff541d718174b84c6539dba3d2f2efafbd496cbfb95cccef9f5eb3f24c9adc6d8c " ,
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.26109 .1 \
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='4397efe53067dce4b5eceb4b66212b65ddb0f459332a55865dc5dcc50a5917de9110e429cb9b003568daf2c8bec8e240d9676e0b90adfad8fc95df90f0b1cc3f ' \
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.26109 .1 \
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='b095cf3c800a9e4ecf55709befee3d4e602bd2557fca16491ec41d8a3819d7ff541d718174b84c6539dba3d2f2efafbd496cbfb95cccef9f5eb3f24c9adc6d8c ' \
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