From a186228edd2d65861ddef50311c23748848dc631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:56:05 +0000 Subject: [PATCH] Update ghcr.io/swissgrc/azure-pipelines-dotnet Docker tag to v9.0.304 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccdf4c4..59c8cec 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.302 AS base +FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.304 AS base # Builder image