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.26310.9 " ,
24+ "aspire-dashboard|build-version" : " 13.5.0-preview.1.26322.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" : " aefa0a4e64ccb7e96d19a18d3b42bc25d69c3edb5d2a39bb7ab0bc3b717ef08a0df1d13c4ba6412a5bc100b1a031bc47203c5835240d93a77fca8fada4daa79f " ,
30- "aspire-dashboard|linux|arm64|sha" : " 4dc61f69f8a6a5d70c3b5d4aef7a3b9b3ee0d36102faad75cf625f38f9a1eeb1a5e26477a57a879e3b724b59cdb7255fdc94e16cacc7dfee3541f2af7e6d749d " ,
29+ "aspire-dashboard|linux|x64|sha" : " 996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023 " ,
30+ "aspire-dashboard|linux|arm64|sha" : " 9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6 " ,
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.26310.9 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26322.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='aefa0a4e64ccb7e96d19a18d3b42bc25d69c3edb5d2a39bb7ab0bc3b717ef08a0df1d13c4ba6412a5bc100b1a031bc47203c5835240d93a77fca8fada4daa79f ' \
14+ && aspire_dashboard_sha512='996bfadff8f7f28b5643ca9becffb10d71f829ba9282e51b4398acf98ce2b648c59423ea1c8daabf2195e7d12e52d81a320ba76498844f828dcb12c993580023 ' \
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.26310.9 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26322.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='4dc61f69f8a6a5d70c3b5d4aef7a3b9b3ee0d36102faad75cf625f38f9a1eeb1a5e26477a57a879e3b724b59cdb7255fdc94e16cacc7dfee3541f2af7e6d749d ' \
14+ && aspire_dashboard_sha512='9415033b29e98a4fa69f9f20e47de3cfbb7843d726bd8751741c49491978563489fd0633bcd2474df7b4373b708a552d24b20a30466a142bf661a05de84930a6 ' \
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