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.26351.3 " ,
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" : " 3a8647c20092fb7f78bab97576c7128cb1169ca297268a9699e81afadd0779813993325ca5fca9501c0426d781e4d7bda4ec73b047c1c7a8fa0710a65fd027ef " ,
30+ "aspire-dashboard|linux|arm64|sha" : " be8eb0f5ff510717a736ec480e35fdc2c5b75051cb003dda710a6e5463072cb6579ad11eb3734f13afa504521e7621b40e414e443d4b0a4dc5986370c50e27ef " ,
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.26351.3 \
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='3a8647c20092fb7f78bab97576c7128cb1169ca297268a9699e81afadd0779813993325ca5fca9501c0426d781e4d7bda4ec73b047c1c7a8fa0710a65fd027ef ' \
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.26351.3 \
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='be8eb0f5ff510717a736ec480e35fdc2c5b75051cb003dda710a6e5463072cb6579ad11eb3734f13afa504521e7621b40e414e443d4b0a4dc5986370c50e27ef ' \
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