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.25621.2 " ,
21+ "aspire-dashboard|build-version" : " 13.2.0-preview.1.26057.5 " ,
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" : " 86c8026c5b54d7e4b817fced96455fe48dfe92a1cd1ee5478a419d217f07dded1dd2bacbea372220fece91eb85298d42211a2a20420d5a79394a4cbf85fcebb7 " ,
27- "aspire-dashboard|linux|arm64|sha" : " b0b81133a22f75dd97a26a092271a1f07a06f38819bab3aaef0c81a0a64f863e9bba24c0da76dc30cc44e0bce92dbc54fec796c68891af1647244d7bf3f4f6f8 " ,
26+ "aspire-dashboard|linux|x64|sha" : " 311c620ddf6bd3ca6d6d54d41c52b5790b38d966d94d8d74be1e58a361bcc597de9e3feecc7b4bc8007179f3da817fa3e1d83b1e678339101a11c196d48dd949 " ,
27+ "aspire-dashboard|linux|arm64|sha" : " d17c0c9e86989da7088de999d7ed9d18cb9a045197873f0f18c78e24cbaa8a2cd8d3f5bd707106eedc0de995c6a704683f99cd2e31018199a3a3a8862776787e " ,
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.25621.2 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.26057.5 \
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='86c8026c5b54d7e4b817fced96455fe48dfe92a1cd1ee5478a419d217f07dded1dd2bacbea372220fece91eb85298d42211a2a20420d5a79394a4cbf85fcebb7 ' \
14+ && aspire_dashboard_sha512='311c620ddf6bd3ca6d6d54d41c52b5790b38d966d94d8d74be1e58a361bcc597de9e3feecc7b4bc8007179f3da817fa3e1d83b1e678339101a11c196d48dd949 ' \
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.25621.2 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.26057.5 \
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='b0b81133a22f75dd97a26a092271a1f07a06f38819bab3aaef0c81a0a64f863e9bba24c0da76dc30cc44e0bce92dbc54fec796c68891af1647244d7bf3f4f6f8 ' \
14+ && aspire_dashboard_sha512='d17c0c9e86989da7088de999d7ed9d18cb9a045197873f0f18c78e24cbaa8a2cd8d3f5bd707106eedc0de995c6a704683f99cd2e31018199a3a3a8862776787e ' \
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