Skip to content

Commit 512cdb3

Browse files
[nightly] Update dependencies from dotnet/dotnet
1 parent 4f98b08 commit 512cdb3

File tree

73 files changed

+163
-163
lines changed

Some content is hidden

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

73 files changed

+163
-163
lines changed

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"aspnet|8.0|build-version": "8.0.23",
3232
"aspnet-composite|8.0|build-version": "$(aspnet|8.0|build-version)",
3333

34-
"aspnet|11.0|build-version": "11.0.0-preview.1.26081.107",
34+
"aspnet|11.0|build-version": "11.0.0-preview.1.26103.109",
3535
"aspnet-composite|11.0|build-version": "$(aspnet|11.0|build-version)",
3636

3737
"aspnet|10.0|build-version": "10.0.2",
@@ -227,7 +227,7 @@
227227
"runtime|8.0|build-version": "8.0.23",
228228
"runtime|9.0|build-version": "9.0.12",
229229
"runtime|10.0|build-version": "10.0.2",
230-
"runtime|11.0|build-version": "11.0.0-preview.1.26081.107",
230+
"runtime|11.0|build-version": "11.0.0-preview.1.26103.109",
231231

232232
"sdk|8.0|build-version": "8.0.417",
233233
"sdk|8.0|product-version": "8.0.417",
@@ -256,7 +256,7 @@
256256
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
257257
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",
258258

259-
"sdk|11.0|build-version": "11.0.100-preview.1.26081.107",
259+
"sdk|11.0|build-version": "11.0.100-preview.1.26103.109",
260260
"sdk|11.0|product-version": "11.0.100-preview.1",
261261
"sdk|11.0|base-url|main": "$(dotnet|11.0|base-url|main)",
262262
"sdk|11.0|base-url|nightly": "$(dotnet|11.0|base-url|nightly)",

src/aspnet/11.0/alpine3.23-composite-extra/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:11.0.0-preview.1-alpine3.23-extra-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-extra-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-composite-extra/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:11.0.0-preview.1-alpine3.23-extra-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-extra-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-composite-extra/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:11.0.0-preview.1-alpine3.23-extra-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-extra-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-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:11.0.0-preview.1-alpine3.23-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-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:11.0.0-preview.1-alpine3.23-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-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:11.0.0-preview.1-alpine3.23-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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:11.0.0-preview.1-alpine3.23-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.1.26081.107 \
24+
DOTNET_VERSION=11.0.0-preview.1.26103.109 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.1.26081.107
26+
ASPNET_VERSION=11.0.0-preview.1.26103.109
2727

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

src/aspnet/11.0/alpine3.23-extra/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:11.0.0-preview.1-alpine3.23-extra-amd64 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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=11.0.0-preview.1.26081.107 \
2020
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-amd64
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.1.26081.107
23+
ENV ASPNET_VERSION=11.0.0-preview.1.26103.109
2424

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

src/aspnet/11.0/alpine3.23-extra/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:11.0.0-preview.1-alpine3.23-extra-arm32v7 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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=11.0.0-preview.1.26081.107 \
2020
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-arm32v7
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.1.26081.107
23+
ENV ASPNET_VERSION=11.0.0-preview.1.26103.109
2424

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

src/aspnet/11.0/alpine3.23-extra/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:11.0.0-preview.1-alpine3.23-extra-arm64v8 AS installer
55

66
# Retrieve ASP.NET Core
7-
RUN aspnetcore_version=11.0.0-preview.1.26081.107 \
7+
RUN aspnetcore_version=11.0.0-preview.1.26103.109 \
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=11.0.0-preview.1.26081.107 \
2020
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-arm64v8
2121

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.1.26081.107
23+
ENV ASPNET_VERSION=11.0.0-preview.1.26103.109
2424

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

0 commit comments

Comments
 (0)