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 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.25574.3 " ,
20+ "aspire-dashboard|build-version" : " 13.1.0-preview.1.25575.6 " ,
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" : " 662eddbab92c76dc05b007a0879ab99490385839fb8b780b16146c1c4b9d9fed29fbbf4a13b6c761bbc527fd5508ec8c3e39cf6f4a830d573117c278102231ed " ,
26- "aspire-dashboard|linux|arm64|sha" : " 96aaca0e1307ff7c450c09e697de665285f0018c8099154f6bba18e658efa4972e68d53993538c52d22173fdf22da94c97655064f91e63a7b86a4f5c8f59e3ae " ,
25+ "aspire-dashboard|linux|x64|sha" : " 209376c1e6846cb7d163fdc7e7460930d9576eff9ccdf9580a4734c0b16c9f24ea99197be946e4ab75046cb16506fe4029d224c5778b96c0332dedd754bfae06 " ,
26+ "aspire-dashboard|linux|arm64|sha" : " bb7e16f2e0f7b20c8db5a2d7db41689015b0d19d2c47b91aa3fd3401afcce3f42b823143a0cc2be3797715b9fee5e3dc21c3fbfc26693d95494be5413e6b727d " ,
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.25574.3 \
12+ RUN dotnet_aspire_version=13.1.0-preview.1.25575.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='662eddbab92c76dc05b007a0879ab99490385839fb8b780b16146c1c4b9d9fed29fbbf4a13b6c761bbc527fd5508ec8c3e39cf6f4a830d573117c278102231ed ' \
14+ && aspire_dashboard_sha512='209376c1e6846cb7d163fdc7e7460930d9576eff9ccdf9580a4734c0b16c9f24ea99197be946e4ab75046cb16506fe4029d224c5778b96c0332dedd754bfae06 ' \
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.25574.3 \
12+ RUN dotnet_aspire_version=13.1.0-preview.1.25575.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='96aaca0e1307ff7c450c09e697de665285f0018c8099154f6bba18e658efa4972e68d53993538c52d22173fdf22da94c97655064f91e63a7b86a4f5c8f59e3ae ' \
14+ && aspire_dashboard_sha512='bb7e16f2e0f7b20c8db5a2d7db41689015b0d19d2c47b91aa3fd3401afcce3f42b823143a0cc2be3797715b9fee5e3dc21c3fbfc26693d95494be5413e6b727d ' \
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