File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 should use Orchard Core references for the latest patch version to pull all versions up in the final app. -->
99 <OrchardCoreVersion >2.1.0</OrchardCoreVersion >
1010
11- <LombiqHelpfulLibrariesVersion >12.4 .0</LombiqHelpfulLibrariesVersion >
12- <LombiqTestsUIVersion >14.1 .0</LombiqTestsUIVersion >
11+ <LombiqHelpfulLibrariesVersion >12.5 .0</LombiqHelpfulLibrariesVersion >
12+ <LombiqTestsUIVersion >14.2 .0</LombiqTestsUIVersion >
1313 </PropertyGroup >
1414
1515 <ItemGroup >
4141 <PackageVersion Include =" OrchardCore.Title" Version =" $(OrchardCoreVersion)" />
4242 <PackageVersion Include =" OrchardCore.Workflows.Abstractions" Version =" $(OrchardCoreVersion)" />
4343 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
44- <PackageVersion Include =" Stripe.net" Version =" 49.2 .0" />
44+ <PackageVersion Include =" Stripe.net" Version =" 50.0 .0" />
4545 <PackageVersion Include =" System.Text.Json" Version =" 10.0.0" />
4646 <PackageVersion Include =" xunit.v3" Version =" 3.2.0" />
4747 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
Original file line number Diff line number Diff line change 11# TARGETARCH and TARGETOS are set automatically when --platform is provided.
2- FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0@sha256:a87db299d259cec53210df406cd5e51f900a0c6d938fe56d5f392629c0505d75 AS build-env
2+ FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0@sha256:874c4613d5ebf8b328ad920a90640c8dea9758bdbe61dc191dbcbed03721fc79 AS build-env
33ARG TARGETOS
44LABEL stage=build-env
55WORKDIR /source
@@ -15,7 +15,7 @@ RUN dotnet publish src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj
1515
1616# build runtime image
1717FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809@sha256:ffce86755290a40dbc42ec176e6ffaf9f8025909c67100417c1566186c57e205 AS build_windows
18- FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:e9684fdc74056bda84e8f5918c7211cac837a979a26b8a56c4e424f1ab94c80b AS build_linux
18+ FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:47091f7cee02e448630df85542579e09b7bbe3b10bd4e1991ff59d3adbddd720 AS build_linux
1919FROM build_${TARGETOS} AS aspnet
2020
2121EXPOSE 80
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM golang:alpine@sha256:d3f0cf7723f3429e3f9ed8462439
44ARG TARGETOS
55
66FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809@sha256:ffce86755290a40dbc42ec176e6ffaf9f8025909c67100417c1566186c57e205 AS build_windows
7- FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:e9684fdc74056bda84e8f5918c7211cac837a979a26b8a56c4e424f1ab94c80b AS build_linux
7+ FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:47091f7cee02e448630df85542579e09b7bbe3b10bd4e1991ff59d3adbddd720 AS build_linux
88FROM build_${TARGETOS} AS aspnet
99
1010EXPOSE 80
You can’t perform that action at this time.
0 commit comments