From c0b24e6f232679644f654e30068b8c8e773d21db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:57:58 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- global.json | 2 +- src/AssociationRegistry.Acm.Api/Dockerfile | 2 +- src/AssociationRegistry.Admin.AddressSync/Dockerfile | 2 +- src/AssociationRegistry.Admin.Api/Dockerfile | 2 +- src/AssociationRegistry.Admin.ProjectionHost/Dockerfile | 2 +- src/AssociationRegistry.PowerBi.ExportHost/Dockerfile | 2 +- src/AssociationRegistry.Public.Api/Dockerfile | 2 +- src/AssociationRegistry.Public.ProjectionHost/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/global.json b/global.json index 7345d60f1..85786e3ce 100755 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300" + "version": "8.0.404" }, "clr": { "version": "8.0.5" diff --git a/src/AssociationRegistry.Acm.Api/Dockerfile b/src/AssociationRegistry.Acm.Api/Dockerfile index 2ed67ebe4..9c907e4a8 100644 --- a/src/AssociationRegistry.Acm.Api/Dockerfile +++ b/src/AssociationRegistry.Acm.Api/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.AddressSync/Dockerfile b/src/AssociationRegistry.Admin.AddressSync/Dockerfile index c5fdf6eae..c2f8a50e2 100644 --- a/src/AssociationRegistry.Admin.AddressSync/Dockerfile +++ b/src/AssociationRegistry.Admin.AddressSync/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.Api/Dockerfile b/src/AssociationRegistry.Admin.Api/Dockerfile index 659a4cf0e..28c8a74a8 100644 --- a/src/AssociationRegistry.Admin.Api/Dockerfile +++ b/src/AssociationRegistry.Admin.Api/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile b/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile index b3df2899a..f804868a9 100644 --- a/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile +++ b/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile b/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile index 7e3081744..204bc0760 100644 --- a/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile +++ b/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Public.Api/Dockerfile b/src/AssociationRegistry.Public.Api/Dockerfile index 740beaca4..c403008b4 100644 --- a/src/AssociationRegistry.Public.Api/Dockerfile +++ b/src/AssociationRegistry.Public.Api/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Public.ProjectionHost/Dockerfile b/src/AssociationRegistry.Public.ProjectionHost/Dockerfile index 9607369d2..f401c52cf 100644 --- a/src/AssociationRegistry.Public.ProjectionHost/Dockerfile +++ b/src/AssociationRegistry.Public.ProjectionHost/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.5 +FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.12 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry"