File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY Directory.Packages.props .
1414RUN dotnet publish src/OrchardCore.Cms.Web/OrchardCore.Cms.Web.csproj -c Release -o /app --framework net10.0 /p:RunAnalyzers=false
1515
1616# build runtime image
17- FROM mcr.microsoft.com/dotnet/aspnet:10.0.100-preview.5- nanoserver-1809 AS build_windows
17+ FROM mcr.microsoft.com/dotnet/aspnet:10.0- nanoserver-ltsc2025 AS build_windows
1818FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS build_linux
1919FROM build_${TARGETOS} AS aspnet
2020
Original file line number Diff line number Diff line change 33FROM --platform=$BUILDPLATFORM golang:alpine AS build
44ARG TARGETOS
55
6- FROM mcr.microsoft.com/dotnet/aspnet:10.0.100-preview.5- nanoserver-1809 AS build_windows
6+ FROM mcr.microsoft.com/dotnet/aspnet:10.0- nanoserver-ltsc2025 AS build_windows
77FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS build_linux
88FROM build_${TARGETOS} AS aspnet
99
You can’t perform that action at this time.
0 commit comments