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.6.0-preview.1.26424.1 " ,
24+ "aspire-dashboard|build-version" : " 13.6.0-preview.1.26424.9 " ,
2525 "aspire-dashboard|product-version" : " 13.6.0" ,
2626 "aspire-dashboard|fixed-tag" : " 13.6.0" ,
2727 "aspire-dashboard|minor-tag" : " 13.6" ,
2828 "aspire-dashboard|major-tag" : " 13" ,
29- "aspire-dashboard|linux|x64|sha" : " 9a78566c596209e69e3bb1f8b26cb2c66283ba2c271612a3b3bf6a9b59d5f4478e569e740857619d4a1191d5431c2b32c640d18b9f86100544f623b70c6e7f97 " ,
30- "aspire-dashboard|linux|arm64|sha" : " 3112a9594a77705344ca66a0bd7bb2db40cb69befae146e2d98a63661c1f9353c15624f2529d01e270e37ce14323a3c631cd8be60275728cfc22db0248b22a20 " ,
29+ "aspire-dashboard|linux|x64|sha" : " bc242550828e4b8e29c44e75d170714ce91e835311935f5aa5e7225f3755d2fd73785da83ec6b150b3b330b6c98ce49ebf92e65b22d7be1dced8b0bb9e0f9f80 " ,
30+ "aspire-dashboard|linux|arm64|sha" : " 8991b7c2cba765b7fc21d395c16ca52a95468ee8e0759dc0bb74033e98bf92662686202b1a7c8f4ff2f1a10a0e1e010705dd1c34737b50d0ee7c44009c97e77d " ,
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.6.0-preview.1.26424.1 \
12+ RUN dotnet_aspire_version=13.6.0-preview.1.26424.9 \
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='9a78566c596209e69e3bb1f8b26cb2c66283ba2c271612a3b3bf6a9b59d5f4478e569e740857619d4a1191d5431c2b32c640d18b9f86100544f623b70c6e7f97 ' \
14+ && aspire_dashboard_sha512='bc242550828e4b8e29c44e75d170714ce91e835311935f5aa5e7225f3755d2fd73785da83ec6b150b3b330b6c98ce49ebf92e65b22d7be1dced8b0bb9e0f9f80 ' \
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.6.0-preview.1.26424.1 \
12+ RUN dotnet_aspire_version=13.6.0-preview.1.26424.9 \
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='3112a9594a77705344ca66a0bd7bb2db40cb69befae146e2d98a63661c1f9353c15624f2529d01e270e37ce14323a3c631cd8be60275728cfc22db0248b22a20 ' \
14+ && aspire_dashboard_sha512='8991b7c2cba765b7fc21d395c16ca52a95468ee8e0759dc0bb74033e98bf92662686202b1a7c8f4ff2f1a10a0e1e010705dd1c34737b50d0ee7c44009c97e77d ' \
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