Skip to content

Commit 01ac556

Browse files
[nightly] Update dependencies from dotnet/dotnet
1 parent 46c25b7 commit 01ac556

File tree

85 files changed

+184
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+184
-184
lines changed

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"aspnet|8.0|build-version": "8.0.18",
2525
"aspnet-composite|8.0|build-version": "$(aspnet|8.0|build-version)",
2626

27-
"aspnet|10.0|build-version": "10.0.0-preview.6.25326.107",
27+
"aspnet|10.0|build-version": "10.0.0-preview.6.25358.103",
2828
"aspnet-composite|10.0|build-version": "$(aspnet|10.0|build-version)",
2929

3030
"aspnet|9.0|build-version": "9.0.7",
@@ -196,7 +196,7 @@
196196

197197
"runtime|8.0|build-version": "8.0.18",
198198
"runtime|9.0|build-version": "9.0.7",
199-
"runtime|10.0|build-version": "10.0.0-preview.6.25326.107",
199+
"runtime|10.0|build-version": "10.0.0-preview.6.25358.103",
200200

201201
"sdk|8.0|build-version": "8.0.412",
202202
"sdk|8.0|product-version": "8.0.412",
@@ -208,7 +208,7 @@
208208
"sdk|9.0|fixed-tag": "$(sdk|9.0|product-version)",
209209
"sdk|9.0|minor-tag": "$(dotnet|9.0|minor-tag)",
210210

211-
"sdk|10.0|build-version": "10.0.100-preview.6.25326.107",
211+
"sdk|10.0|build-version": "10.0.100-preview.6.25358.103",
212212
"sdk|10.0|product-version": "10.0.100-preview.6",
213213
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
214214
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",

src/aspnet/10.0/alpine3.22-composite/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:10.0.0-preview.6-alpine3.22-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:10.0.0-preview.6-alpine3.22-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
24+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25326.107
26+
ASPNET_VERSION=10.0.0-preview.6.25358.103
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/10.0/alpine3.22-composite/arm32v7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:10.0.0-preview.6-alpine3.22-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:10.0.0-preview.6-alpine3.22-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
24+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25326.107
26+
ASPNET_VERSION=10.0.0-preview.6.25358.103
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/10.0/alpine3.22-composite/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
44
FROM $REPO:10.0.0-preview.6-alpine3.22-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
@@ -21,9 +21,9 @@ FROM $REPO:10.0.0-preview.6-alpine3.22-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
24+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25326.107
26+
ASPNET_VERSION=10.0.0-preview.6.25358.103
2727

2828
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
2929
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

src/aspnet/10.0/alpine3.22/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:10.0.0-preview.6-alpine3.22-amd64 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
2020
FROM $REPO:10.0.0-preview.6-alpine3.22-amd64
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=10.0.0-preview.6.25326.107
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25358.103
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

src/aspnet/10.0/alpine3.22/arm32v7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:10.0.0-preview.6-alpine3.22-arm32v7 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
2020
FROM $REPO:10.0.0-preview.6-alpine3.22-arm32v7
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=10.0.0-preview.6.25326.107
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25358.103
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

src/aspnet/10.0/alpine3.22/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
44
FROM $REPO:10.0.0-preview.6-alpine3.22-arm64v8 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
88
&& wget \
99
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
1010
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
@@ -20,6 +20,6 @@ RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
2020
FROM $REPO:10.0.0-preview.6-alpine3.22-arm64v8
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=10.0.0-preview.6.25326.107
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25358.103
2424

2525
COPY --from=installer ["/dotnet", "/usr/share/dotnet"]

src/aspnet/10.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN tdnf install -y \
1010
&& tdnf clean all
1111

1212
# Retrieve ASP.NET Composite Runtime
13-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
1414
&& curl --fail --show-error --location \
1515
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
1616
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
@@ -30,9 +30,9 @@ FROM $REPO:10.0.0-preview.6-azurelinux3.0-distroless-extra-amd64
3030

3131
ENV \
3232
# .NET Runtime version
33-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
33+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25326.107
35+
ASPNET_VERSION=10.0.0-preview.6.25358.103
3636

3737
COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
3838
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]

src/aspnet/10.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN tdnf install -y \
1010
&& tdnf clean all
1111

1212
# Retrieve ASP.NET Composite Runtime
13-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
1414
&& curl --fail --show-error --location \
1515
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \
1616
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
@@ -30,9 +30,9 @@ FROM $REPO:10.0.0-preview.6-azurelinux3.0-distroless-extra-arm64v8
3030

3131
ENV \
3232
# .NET Runtime version
33-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
33+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25326.107
35+
ASPNET_VERSION=10.0.0-preview.6.25358.103
3636

3737
COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
3838
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]

src/aspnet/10.0/azurelinux3.0-distroless-composite/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN tdnf install -y \
1010
&& tdnf clean all
1111

1212
# Retrieve ASP.NET Composite Runtime
13-
RUN aspnetcore_version=10.0.0-preview.6.25326.107 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25358.103 \
1414
&& curl --fail --show-error --location \
1515
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
1616
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
@@ -30,9 +30,9 @@ FROM $REPO:10.0.0-preview.6-azurelinux3.0-distroless-amd64
3030

3131
ENV \
3232
# .NET Runtime version
33-
DOTNET_VERSION=10.0.0-preview.6.25326.107 \
33+
DOTNET_VERSION=10.0.0-preview.6.25358.103 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25326.107
35+
ASPNET_VERSION=10.0.0-preview.6.25358.103
3636

3737
COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
3838
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]

0 commit comments

Comments
 (0)