From a70aff1abe68be15185bef5feff44701dd69deff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:04:29 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v9 --- Dockerfile | 4 ++-- .../FhirPseudonymizer.StressTests.csproj | 2 +- src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj | 2 +- src/FhirPseudonymizer/FhirPseudonymizer.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e35c771..b73fded 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # kics false positive "Missing User Instruction": # kics-scan ignore-line -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:8.0.11-noble-chiseled@sha256:8786e9c0cfb53e1e7de411ad92991bf709e6ad4678e702c98d57bf610d5b4f43 AS runtime +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:9.0.0-noble-chiseled@sha256:d24db805712b6bc67f4f18a50d3659fc9f8014dde1b36494c98f0159f6d1542f AS runtime WORKDIR /opt/fhir-pseudonymizer EXPOSE 8080/tcp 8081/tcp USER 65532:65532 @@ -8,7 +8,7 @@ ENV ASPNETCORE_ENVIRONMENT="Production" \ DOTNET_CLI_TELEMETRY_OPTOUT=1 \ ASPNETCORE_URLS="http://*:8080" -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.404-noble@sha256:18fa8181d90bfe0d677a005e77086f77fc70af9f84739de57762b51ebab747d3 AS build +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.100-noble@sha256:bd0365368f46274500ebb086f491703052b8ce23e3d52d3233a23b2020730057 AS build ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 WORKDIR /build COPY src/Directory.Build.props . diff --git a/src/FhirPseudonymizer.StressTests/FhirPseudonymizer.StressTests.csproj b/src/FhirPseudonymizer.StressTests/FhirPseudonymizer.StressTests.csproj index fc9b6c5..a8ef180 100644 --- a/src/FhirPseudonymizer.StressTests/FhirPseudonymizer.StressTests.csproj +++ b/src/FhirPseudonymizer.StressTests/FhirPseudonymizer.StressTests.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj b/src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj index 43a5a51..58abe96 100644 --- a/src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj +++ b/src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/FhirPseudonymizer/FhirPseudonymizer.csproj b/src/FhirPseudonymizer/FhirPseudonymizer.csproj index c2fd926..33d3fbb 100644 --- a/src/FhirPseudonymizer/FhirPseudonymizer.csproj +++ b/src/FhirPseudonymizer/FhirPseudonymizer.csproj @@ -25,7 +25,7 @@ - +