Skip to content

Commit 2fc2798

Browse files
[nightly] Update dependencies from dotnet/dotnet
1 parent 2fcc980 commit 2fc2798

73 files changed

Lines changed: 163 additions & 163 deletions

File tree

Some content is hidden

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

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"aspnet|10.0|build-version": "10.0.3",
3838
"aspnet-composite|10.0|build-version": "$(aspnet|10.0|build-version)",
3939

40-
"aspnet|11.0|build-version": "11.0.0-preview.2.26122.107",
40+
"aspnet|11.0|build-version": "11.0.0-preview.2.26155.113",
4141
"aspnet-composite|11.0|build-version": "$(aspnet|11.0|build-version)",
4242

4343
"chisel|latest|build-version": "v1.4.0",
@@ -226,7 +226,7 @@
226226
"runtime|8.0|build-version": "8.0.24",
227227
"runtime|9.0|build-version": "9.0.13",
228228
"runtime|10.0|build-version": "10.0.3",
229-
"runtime|11.0|build-version": "11.0.0-preview.2.26122.107",
229+
"runtime|11.0|build-version": "11.0.0-preview.2.26155.113",
230230

231231
"sdk|8.0|build-version": "8.0.418",
232232
"sdk|8.0|product-version": "8.0.418",
@@ -255,7 +255,7 @@
255255
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
256256
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",
257257

258-
"sdk|11.0|build-version": "11.0.100-preview.2.26122.107",
258+
"sdk|11.0|build-version": "11.0.100-preview.2.26155.113",
259259
"sdk|11.0|product-version": "11.0.100-preview.2",
260260
"sdk|11.0|base-url|main": "$(dotnet|11.0|base-url|main)",
261261
"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.2-alpine3.23-extra-amd64 AS installer
55

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

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-extra-arm32v7 AS installer
55

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

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-extra-arm64v8 AS installer
55

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

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-amd64 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.2.26122.107 \
7+
RUN aspnetcore_version=11.0.0-preview.2.26155.113 \
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.2-alpine3.23-amd64
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-arm32v7 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.2.26122.107 \
7+
RUN aspnetcore_version=11.0.0-preview.2.26155.113 \
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.2-alpine3.23-arm32v7
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-arm64v8 AS installer
55

66
# Retrieve ASP.NET Composite Runtime
7-
RUN aspnetcore_version=11.0.0-preview.2.26122.107 \
7+
RUN aspnetcore_version=11.0.0-preview.2.26155.113 \
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.2-alpine3.23-arm64v8
2121

2222
ENV \
2323
# .NET Runtime version
24-
DOTNET_VERSION=11.0.0-preview.2.26122.107 \
24+
DOTNET_VERSION=11.0.0-preview.2.26155.113 \
2525
# ASP.NET Core version
26-
ASPNET_VERSION=11.0.0-preview.2.26122.107
26+
ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-extra-amd64 AS installer
55

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

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.2.26122.107
23+
ENV ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-extra-arm32v7 AS installer
55

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

2222
# ASP.NET Core version
23-
ENV ASPNET_VERSION=11.0.0-preview.2.26122.107
23+
ENV ASPNET_VERSION=11.0.0-preview.2.26155.113
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.2-alpine3.23-extra-arm64v8 AS installer
55

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

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

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

0 commit comments

Comments
 (0)