diff --git a/Dockerfile b/Dockerfile index f49f19e..e6dc483 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.304 AS base +FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.305 AS base # Builder image