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.25616.6 " ,
21+ "aspire-dashboard|build-version" : " 13.2.0-preview.1.25621.2 " ,
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" : " 9f897404e02ec557d2b4edbf566c24e2868f3039829b7f31a8d7a32c0f36194de161755eacb8261c652fc6bb1dc9cdd715b5b4111f4c80d37cb3790d33f56121 " ,
27- "aspire-dashboard|linux|arm64|sha" : " 15cf6d025b4fb21a9a684a4fd298ca4b176fb9ba0d0b7edd2fb6d8f968fb8da7d21ed67d1441ccf3a556228acc5ee4698caf4a126c92ea8dcc0cd364fb0ac75a " ,
26+ "aspire-dashboard|linux|x64|sha" : " 86c8026c5b54d7e4b817fced96455fe48dfe92a1cd1ee5478a419d217f07dded1dd2bacbea372220fece91eb85298d42211a2a20420d5a79394a4cbf85fcebb7 " ,
27+ "aspire-dashboard|linux|arm64|sha" : " b0b81133a22f75dd97a26a092271a1f07a06f38819bab3aaef0c81a0a64f863e9bba24c0da76dc30cc44e0bce92dbc54fec796c68891af1647244d7bf3f4f6f8 " ,
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.25616.6 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.25621.2 \
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='9f897404e02ec557d2b4edbf566c24e2868f3039829b7f31a8d7a32c0f36194de161755eacb8261c652fc6bb1dc9cdd715b5b4111f4c80d37cb3790d33f56121 ' \
14+ && aspire_dashboard_sha512='86c8026c5b54d7e4b817fced96455fe48dfe92a1cd1ee5478a419d217f07dded1dd2bacbea372220fece91eb85298d42211a2a20420d5a79394a4cbf85fcebb7 ' \
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.25616.6 \
12+ RUN dotnet_aspire_version=13.2.0-preview.1.25621.2 \
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='15cf6d025b4fb21a9a684a4fd298ca4b176fb9ba0d0b7edd2fb6d8f968fb8da7d21ed67d1441ccf3a556228acc5ee4698caf4a126c92ea8dcc0cd364fb0ac75a ' \
14+ && aspire_dashboard_sha512='b0b81133a22f75dd97a26a092271a1f07a06f38819bab3aaef0c81a0a64f863e9bba24c0da76dc30cc44e0bce92dbc54fec796c68891af1647244d7bf3f4f6f8 ' \
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