Commit 84b3bcc 1 parent bdde3c8 commit 84b3bcc Copy full SHA for 84b3bcc
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
--health-retries 5
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - name : Setup .NET Core SDK 7.0
32
+ - name : Setup .NET SDK
33
33
uses : actions/setup-dotnet@v4
34
34
with :
35
35
global-json-file : global.json
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Setup .NET Core SDK 7.0
18
+ - name : Setup .NET SDK
19
19
uses : actions/setup-dotnet@v4
20
20
with :
21
21
global-json-file : global.json
Original file line number Diff line number Diff line change 1
1
# see: https://hub.docker.com/_/microsoft-dotnet-sdk/
2
- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build-env
2
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build-env
3
3
4
4
WORKDIR /App
5
5
@@ -30,7 +30,7 @@ RUN dotnet publish -c Release -o out
30
30
31
31
# Build runtime image
32
32
# see: https://hub.docker.com/_/microsoft-dotnet-aspnet/
33
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0
33
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
34
34
35
35
WORKDIR /App/Lullaby
36
36
COPY --from=build-env /App/Lullaby/out .
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8 .0.403 " ,
3
+ "version" : " 9 .0.100 " ,
4
4
"rollForward" : " feature" ,
5
5
"allowPrerelease" : true
6
6
}
7
- }
7
+ }
You can’t perform that action at this time.
0 commit comments