diff --git a/Dockerfile b/Dockerfile index 9c756dd..5a7b2ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image containing dependencies used in builder and final image -FROM ghcr.io/swissgrc/azure-pipelines-dotnet:8.0.401 AS base +FROM ghcr.io/swissgrc/azure-pipelines-dotnet:8.0.402 AS base # Builder image