From 75f23bdc8253add60a0d6cd53c4c9e85c569b5e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:34:14 +0000 Subject: [PATCH] Update ghcr.io/swissgrc/azure-pipelines-dotnet Docker tag to v9.0.305 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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