From 5d95cf594efbeb974b380ff7138de5f8cb3c8036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:18:25 +0000 Subject: [PATCH] Update dependency dotnet/sdk to v6.0.428 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 851c23a..8fc758c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update -y && \ # Install .NET # renovate: datasource=github-tags depName=dotnet/sdk extractVersion=^v(?.*)$ -ENV DOTNET_VERSION=6.0.427 +ENV DOTNET_VERSION=6.0.428 ENV \ # Do not show first run text