Skip to content

Commit febcc35

Browse files
[nightly] Update dependencies from dotnet/aspire
1 parent 52ed3b0 commit febcc35

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.aspire-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures
119119

120120
Tags | Dockerfile | OS Version
121121
-----------| -------------| -------------
122-
13.0.0, 13.0, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
122+
13.1.0, 13.1, 13, latest | [Dockerfile](src/aspire-dashboard/amd64/Dockerfile) | Azure Linux 3.0
123123

124124
### Linux arm64 Tags
125125

126126
Tags | Dockerfile | OS Version
127127
-----------| -------------| -------------
128-
13.0.0, 13.0, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
128+
13.1.0, 13.1, 13, latest | [Dockerfile](src/aspire-dashboard/arm64v8/Dockerfile) | Azure Linux 3.0
129129
<!--End of generated tags-->
130130

131131
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/nightly/aspire-dashboard/tags/list) for all supported and unsupported tags.*

manifest.versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
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.0.0-preview.1.25560.3",
21-
"aspire-dashboard|product-version": "13.0.0",
22-
"aspire-dashboard|fixed-tag": "$(aspire-dashboard|product-version)",
23-
"aspire-dashboard|minor-tag": "13.0",
20+
"aspire-dashboard|build-version": "13.1.0-preview.1.25571.1",
21+
"aspire-dashboard|product-version": "13.1.0",
22+
"aspire-dashboard|fixed-tag": "13.1.0",
23+
"aspire-dashboard|minor-tag": "13.1",
2424
"aspire-dashboard|major-tag": "13",
25-
"aspire-dashboard|linux|x64|sha": "69333bdef491527a4437fe60b92c12e7a5a00f15cbcb3ae2c355cb6538b9905a34de1a38ef0b9552a1c6ccc94f1d37d0c1ff16b4170f4bbe97b5596a3ec0072f",
26-
"aspire-dashboard|linux|arm64|sha": "82a85c4755da7a6d277eb6b284aa0d9c7aa9fc5be41596e77f63312aa62bdb35653fe6b6f3c917882c2936be5ea91f93eaa0310db18fe32bb9be2d8dc6a30b18",
25+
"aspire-dashboard|linux|x64|sha": "201b65047f78c3efd1db28755c3517ea9a85909bc5e5b0c07f44d1165ee798e54eeed13f7bb740acad20b1756bfe40073444ab493e3fb4b3e2392c731e3389c3",
26+
"aspire-dashboard|linux|arm64|sha": "9017b84908579a6fac59493a909cf324bc1822e71e119adee9dd8cd153fe985e3d7f0e65ffd40264f0fab723713347537ff7db168ef8e61ee4c28088cde67f60",
2727
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
2828
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",
2929

src/aspire-dashboard/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0.0-preview.1.25560.3 \
12+
RUN dotnet_aspire_version=13.1.0-preview.1.25571.1 \
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='69333bdef491527a4437fe60b92c12e7a5a00f15cbcb3ae2c355cb6538b9905a34de1a38ef0b9552a1c6ccc94f1d37d0c1ff16b4170f4bbe97b5596a3ec0072f' \
14+
&& aspire_dashboard_sha512='201b65047f78c3efd1db28755c3517ea9a85909bc5e5b0c07f44d1165ee798e54eeed13f7bb740acad20b1756bfe40073444ab493e3fb4b3e2392c731e3389c3' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

src/aspire-dashboard/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0.0-preview.1.25560.3 \
12+
RUN dotnet_aspire_version=13.1.0-preview.1.25571.1 \
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='82a85c4755da7a6d277eb6b284aa0d9c7aa9fc5be41596e77f63312aa62bdb35653fe6b6f3c917882c2936be5ea91f93eaa0310db18fe32bb9be2d8dc6a30b18' \
14+
&& aspire_dashboard_sha512='9017b84908579a6fac59493a909cf324bc1822e71e119adee9dd8cd153fe985e3d7f0e65ffd40264f0fab723713347537ff7db168ef8e61ee4c28088cde67f60' \
1515
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
1616
&& mkdir --parents /app \
1717
&& unzip aspire_dashboard.zip -d /app \

0 commit comments

Comments
 (0)