Skip to content

Commit 8d60c6a

Browse files
Update to .NET 9.0: global.json and Dockerfile changes
Co-authored-by: BenjaminMichaelis <[email protected]>
1 parent 2011dbb commit 8d60c6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:9.0.305 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
99
ARG ACCESS_TO_NUGET_FEED=true
1010
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
1111
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.101",
4-
"rollForward": "latestMinor"
3+
"version": "9.0.100",
4+
"rollForward": "latestPatch"
55
}
66
}

0 commit comments

Comments
 (0)