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