File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "alpine|9.0|floating-tag-version" : " $(alpine|floating-tag-version)" ,
1818 "alpine|8.0|floating-tag-version" : " $(alpine|floating-tag-version)" ,
1919
20- "aspire-dashboard|build-version" : " 13.1.0-preview.1.25602.8 " ,
20+ "aspire-dashboard|build-version" : " 13.1.0-preview.1.25604.1 " ,
2121 "aspire-dashboard|product-version" : " 13.1.0" ,
2222 "aspire-dashboard|fixed-tag" : " 13.1.0" ,
2323 "aspire-dashboard|minor-tag" : " 13.1" ,
2424 "aspire-dashboard|major-tag" : " 13" ,
25- "aspire-dashboard|linux|x64|sha" : " 0de1002b7ce2f6e4bd9205ca6083082431ca35ab2202ae9506162d0489803934c9346bb945af60f7a910b50c0f58297642345504f3ce5b899d6d135adceb55b4 " ,
26- "aspire-dashboard|linux|arm64|sha" : " 21e2111f5e70d08d79d7ac0ebff10528d727492db12a9af7e5c14b250637c4adba82222b400d9c9dd975dc3807a7e43ecebbbcfac293e05103beb9877fbefc71 " ,
25+ "aspire-dashboard|linux|x64|sha" : " 687f04d2d1ee90cc504eef699c6b9c0a784d89216dab2ec4b5ff1bd5656bfa0e64155c76058437628c04c766c3896597ca5f1c97ef520ba0f97863d0f3c1f2b4 " ,
26+ "aspire-dashboard|linux|arm64|sha" : " d787e4cc094cee3ddc2af79d6ab8c5174b548e48c8eed866ec2edd152396256aff1f9996e780d919f2fbc1fb8af08712eb23479542053f29a0f7fcbd2a7bc706 " ,
2727 "aspire-dashboard|base-url|main" : " $(base-url|public|preview|nightly)" ,
2828 "aspire-dashboard|base-url|nightly" : " $(base-url|public|preview|nightly)" ,
2929
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.1.0-preview.1.25602.8 \
12+ RUN dotnet_aspire_version=13.1.0-preview.1.25604.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='0de1002b7ce2f6e4bd9205ca6083082431ca35ab2202ae9506162d0489803934c9346bb945af60f7a910b50c0f58297642345504f3ce5b899d6d135adceb55b4 ' \
14+ && aspire_dashboard_sha512='687f04d2d1ee90cc504eef699c6b9c0a784d89216dab2ec4b5ff1bd5656bfa0e64155c76058437628c04c766c3896597ca5f1c97ef520ba0f97863d0f3c1f2b4 ' \
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.1.0-preview.1.25602.8 \
12+ RUN dotnet_aspire_version=13.1.0-preview.1.25604.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='21e2111f5e70d08d79d7ac0ebff10528d727492db12a9af7e5c14b250637c4adba82222b400d9c9dd975dc3807a7e43ecebbbcfac293e05103beb9877fbefc71 ' \
14+ && aspire_dashboard_sha512='d787e4cc094cee3ddc2af79d6ab8c5174b548e48c8eed866ec2edd152396256aff1f9996e780d919f2fbc1fb8af08712eb23479542053f29a0f7fcbd2a7bc706 ' \
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