diff --git a/global.json b/global.json index 7345d60f1..b3159d103 100755 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300" + "version": "8.0.402" }, "clr": { "version": "8.0.5" diff --git a/src/AssociationRegistry.Acm.Api/Dockerfile b/src/AssociationRegistry.Acm.Api/Dockerfile index 2ed67ebe4..3fb22ea85 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.AddressSync/Dockerfile b/src/AssociationRegistry.Admin.AddressSync/Dockerfile index c5fdf6eae..01c4ac9f1 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.Api/Dockerfile b/src/AssociationRegistry.Admin.Api/Dockerfile index 659a4cf0e..18db393af 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile b/src/AssociationRegistry.Admin.ProjectionHost/Dockerfile index b3df2899a..7a90b7a8a 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile b/src/AssociationRegistry.PowerBi.ExportHost/Dockerfile index 7e3081744..21db26016 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Public.Api/Dockerfile b/src/AssociationRegistry.Public.Api/Dockerfile index 740beaca4..7a4ab9254 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry" diff --git a/src/AssociationRegistry.Public.ProjectionHost/Dockerfile b/src/AssociationRegistry.Public.ProjectionHost/Dockerfile index 9607369d2..594bcd215 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.10 LABEL maintainer="Digitaal Vlaanderen " LABEL registry="association-registry"