File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8 .0-alpine
1
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0-alpine
2
2
3
3
WORKDIR /dotnetapp
4
4
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8 .0-alpine
1
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0-alpine
2
2
3
3
WORKDIR /dotnetapp
4
4
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Bogus" Version =" 35.6.0" />
11
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8 .0.0 " />
11
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9 .0.5 " />
12
12
<PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
13
13
<PackageReference Include =" Serilog.Sinks.Http" Version =" 9.0.0" />
14
14
</ItemGroup >
You can’t perform that action at this time.
0 commit comments