diff --git a/Dockerfile b/Dockerfile index 262790d..994f3b3 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:9.0.200 AS base +FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.201 AS base # Builder image