diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index 6737327b..7aaac568 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.305 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 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 e7673427..5b8061cc 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.101", - "rollForward": "latestMinor" + "version": "9.0.100", + "rollForward": "latestPatch" } } \ No newline at end of file