File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3.0-preview.1.26112.3 " ,
21+ "aspire-dashboard|build-version" : " 13.3.0-preview.1.26113.8 " ,
2222 "aspire-dashboard|product-version" : " 13.3.0" ,
2323 "aspire-dashboard|fixed-tag" : " 13.3.0" ,
2424 "aspire-dashboard|minor-tag" : " 13.3" ,
2525 "aspire-dashboard|major-tag" : " 13" ,
26- "aspire-dashboard|linux|x64|sha" : " 8b99ac26fd3ebe95dd2d32746ac699b94bdefde5d28f6ed55c800e66f760b65a112b750a6475a1003763b80315ce75a7f86df7310022780adf1b2606e3a8142c " ,
27- "aspire-dashboard|linux|arm64|sha" : " 48afefd4fc351f089f77553f98f494661b8a12c043ebb098d80197d25b31648bea930b210790b4d9ecb80507c72f1ec90dee2a760a52d7e296275b11dbd90864 " ,
26+ "aspire-dashboard|linux|x64|sha" : " 8833b28272aa2cf90463eb0769eee79a2a94e87a524beed2e5a4e4136bcdb0e2a6b03b0948d58de96d46134ce22b7682c2df9dfae7b15f045167806eb26d49de " ,
27+ "aspire-dashboard|linux|arm64|sha" : " 5d833d2f521aba087d80c307d39f97798744ef213b867d9ae77a325089b8f7a28bfa5c70325219e34dfd98ef53df15bd765c74cf735cc86be04e31295696823e " ,
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.3.0-preview.1.26112.3 \
12+ RUN dotnet_aspire_version=13.3.0-preview.1.26113.8 \
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='8b99ac26fd3ebe95dd2d32746ac699b94bdefde5d28f6ed55c800e66f760b65a112b750a6475a1003763b80315ce75a7f86df7310022780adf1b2606e3a8142c ' \
14+ && aspire_dashboard_sha512='8833b28272aa2cf90463eb0769eee79a2a94e87a524beed2e5a4e4136bcdb0e2a6b03b0948d58de96d46134ce22b7682c2df9dfae7b15f045167806eb26d49de ' \
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.3.0-preview.1.26112.3 \
12+ RUN dotnet_aspire_version=13.3.0-preview.1.26113.8 \
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='48afefd4fc351f089f77553f98f494661b8a12c043ebb098d80197d25b31648bea930b210790b4d9ecb80507c72f1ec90dee2a760a52d7e296275b11dbd90864 ' \
14+ && aspire_dashboard_sha512='5d833d2f521aba087d80c307d39f97798744ef213b867d9ae77a325089b8f7a28bfa5c70325219e34dfd98ef53df15bd765c74cf735cc86be04e31295696823e ' \
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