diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index 5837d03b..3e951a23 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:10.0.103 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.200 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)" diff --git a/global.json b/global.json index 7e5a4f3c..0121c1aa 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.200", "rollForward": "latestMinor" }, "test": {