Skip to content

Commit 2a457b4

Browse files
committed
Update Patch Dependency Versions
1 parent 9732ad9 commit 2a457b4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageVersion Include="OrchardCore.Workflows.Abstractions" Version="$(OrchardCoreVersion)" />
4343
<PackageVersion Include="Shouldly" Version="4.3.0" />
4444
<PackageVersion Include="Stripe.net" Version="48.1.0" />
45-
<PackageVersion Include="System.Text.Json" Version="9.0.4" />
45+
<PackageVersion Include="System.Text.Json" Version="9.0.5" />
4646
<PackageVersion Include="xunit.v3" Version="2.0.2" />
4747
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.0" />
4848
</ItemGroup>

Dockerfile

Lines changed: 3 additions & 3 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 AS build-env
2+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0@sha256:363f595704ae9f9be51db003e49b75f65197b0a44d39cba6f7e2d9b020458604 AS build-env
33
ARG TARGETOS
44
LABEL stage=build-env
55
WORKDIR /source
@@ -14,8 +14,8 @@ COPY Directory.Packages.props .
1414
RUN dotnet publish src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj -c Release -o /app --framework net8.0 /p:RunAnalyzers=false
1515

1616
# build runtime image
17-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809 AS build_windows
18-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS build_linux
17+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809@sha256:1c72bc50ddaef7f545560ffcb61645d1c3c40add98e4b0da35846f1ab8ae30c4 AS build_windows
18+
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:2d386e5e5099095e7dd8f0a884e60a2ac50d42005a8783e842b3af67a2320f72 AS build_linux
1919
FROM build_${TARGETOS} AS aspnet
2020

2121
EXPOSE 80

Dockerfile-CI

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# This Docker file is intended for the CI
22
# A prerequisite is a published application in the .build/release
3-
FROM --platform=$BUILDPLATFORM golang:alpine AS build
3+
FROM --platform=$BUILDPLATFORM golang:alpine@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS build
44
ARG TARGETOS
55

6-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809 AS build_windows
7-
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS build_linux
6+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-1809@sha256:1c72bc50ddaef7f545560ffcb61645d1c3c40add98e4b0da35846f1ab8ae30c4 AS build_windows
7+
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:2d386e5e5099095e7dd8f0a884e60a2ac50d42005a8783e842b3af67a2320f72 AS build_linux
88
FROM build_${TARGETOS} AS aspnet
99

1010
EXPOSE 80

0 commit comments

Comments
 (0)