Skip to content

Commit 118b5aa

Browse files
committed
Update All Dependencies
1 parent b13d47c commit 118b5aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>
@@ -41,7 +41,7 @@
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" />

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
ARG TARGETOS
44
LABEL stage=build-env
55
WORKDIR /source
@@ -15,7 +15,7 @@ RUN dotnet publish src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj
1515

1616
# build runtime image
1717
FROM 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
1919
FROM build_${TARGETOS} AS aspnet
2020

2121
EXPOSE 80

Dockerfile-CI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM golang:alpine@sha256:d3f0cf7723f3429e3f9ed8462439
44
ARG TARGETOS
55

66
FROM 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
88
FROM build_${TARGETOS} AS aspnet
99

1010
EXPOSE 80

0 commit comments

Comments
 (0)