Skip to content

Commit e633eb0

Browse files
[nightly] Update dependencies from dotnet/dotnet
1 parent c9c5c53 commit e633eb0

File tree

70 files changed

+154
-154
lines changed

Some content is hidden

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

70 files changed

+154
-154
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.25358.103",
27+
"aspnet|10.0|build-version": "10.0.0-preview.6.25274.104",
2828
"aspnet-composite|10.0|build-version": "$(aspnet|10.0|build-version)",
2929

3030
"aspnet|9.0|build-version": "9.0.7",
@@ -194,7 +194,7 @@
194194

195195
"runtime|8.0|build-version": "8.0.18",
196196
"runtime|9.0|build-version": "9.0.7",
197-
"runtime|10.0|build-version": "10.0.0-preview.6.25358.103",
197+
"runtime|10.0|build-version": "10.0.0-preview.6.25274.104",
198198

199199
"sdk|8.0|build-version": "8.0.412",
200200
"sdk|8.0|product-version": "8.0.412",
@@ -206,7 +206,7 @@
206206
"sdk|9.0|fixed-tag": "$(sdk|9.0|product-version)",
207207
"sdk|9.0|minor-tag": "$(dotnet|9.0|minor-tag)",
208208

209-
"sdk|10.0|build-version": "10.0.100-preview.6.25358.103",
209+
"sdk|10.0|build-version": "10.0.100-preview.6.25274.104",
210210
"sdk|10.0|product-version": "10.0.100-preview.6",
211211
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
212212
"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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
24+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25358.103
26+
ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
24+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25358.103
26+
ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
24+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=10.0.0-preview.6.25358.103
26+
ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
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.25358.103
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
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.25358.103
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
7+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
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.25358.103
23+
ENV ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
33+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25358.103
35+
ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
33+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25358.103
35+
ASPNET_VERSION=10.0.0-preview.6.25274.104
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.25358.103 \
13+
RUN aspnetcore_version=10.0.0-preview.6.25274.104 \
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.25358.103 \
33+
DOTNET_VERSION=10.0.0-preview.6.25274.104 \
3434
# ASP.NET Core version
35-
ASPNET_VERSION=10.0.0-preview.6.25358.103
35+
ASPNET_VERSION=10.0.0-preview.6.25274.104
3636

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

0 commit comments

Comments
 (0)