From 8f909681ba83de26d99f9f18b4453f8a554d2bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:44:42 +0000 Subject: [PATCH] build(deps): Bump dotnet/sdk in /EssentialCSharp.Web Bumps dotnet/sdk from 9.0.303 to 9.0.304. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.304 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- EssentialCSharp.Web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index d1e35926..c60285e0 100644 --- a/EssentialCSharp.Web/Dockerfile +++ b/EssentialCSharp.Web/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:9.0.303 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0.304 AS build ARG ACCESS_TO_NUGET_FEED=true ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"