From 64cb836100c99f500170362bbf12dd8da47a075e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:16:15 +0000 Subject: [PATCH] Update dependency dotnet/sdk to v6.0.420 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d93239..c137f7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d # Install .NET 6 # renovate: datasource=github-tags depName=dotnet/sdk extractVersion=^v(?.*)$ -ENV DOTNET_VERSION=6.0.419 +ENV DOTNET_VERSION=6.0.420 ENV \ # Do not show first run text