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.26330.1 " ,
24+ "aspire-dashboard|build-version" : " 13.5.0-preview.1.26355.6 " ,
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" : " 0c48c867f228b3d89124223ba16d8ba26131aa754e068dcf24481f8c7d98d59101ab523600659fe3596cfd266331f45122c7c43ae0a7ad0ad65f61e65fd1dcce " ,
30- "aspire-dashboard|linux|arm64|sha" : " 7ddccdec45dfe2a0b93e51b43eacf57f6d419e96923b7ddaff04438f8c81e4df1a21930325297fd874bceef5d66b204e4ebe87ebf425e179e0689ee748d5e1a9 " ,
29+ "aspire-dashboard|linux|x64|sha" : " 13a8e709e29576150e3f0418249a5512394d0ecd905c38095e851277a84a33f26fa1c04d988d6a227a29fd92542be210065644cec72a20b487359a71011c2b83 " ,
30+ "aspire-dashboard|linux|arm64|sha" : " 9343e01a6e364e31dc0150fe883f622c386911fa421bcf8a57c4c829fc0bb226e7c575d443128c6770c8925a6390761fd9976aa96a978e0650e1a0511fbef5a9 " ,
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.26330.1 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26355.6 \
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='0c48c867f228b3d89124223ba16d8ba26131aa754e068dcf24481f8c7d98d59101ab523600659fe3596cfd266331f45122c7c43ae0a7ad0ad65f61e65fd1dcce ' \
14+ && aspire_dashboard_sha512='13a8e709e29576150e3f0418249a5512394d0ecd905c38095e851277a84a33f26fa1c04d988d6a227a29fd92542be210065644cec72a20b487359a71011c2b83 ' \
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.26330.1 \
12+ RUN dotnet_aspire_version=13.5.0-preview.1.26355.6 \
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='7ddccdec45dfe2a0b93e51b43eacf57f6d419e96923b7ddaff04438f8c81e4df1a21930325297fd874bceef5d66b204e4ebe87ebf425e179e0689ee748d5e1a9 ' \
14+ && aspire_dashboard_sha512='9343e01a6e364e31dc0150fe883f622c386911fa421bcf8a57c4c829fc0bb226e7c575d443128c6770c8925a6390761fd9976aa96a978e0650e1a0511fbef5a9 ' \
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