File tree 5 files changed +5
-5
lines changed
Arcus.Templates.EventHubs
Arcus.Templates.ServiceBus.Queue
Arcus.Templates.ServiceBus.Topic
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:8.0.4 -jammy-chiseled AS base
1
+ FROM mcr.microsoft.com/dotnet/runtime:8.0.6 -jammy-chiseled AS base
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:8.0.4 -jammy-chiseled AS base
1
+ FROM mcr.microsoft.com/dotnet/runtime:8.0.6 -jammy-chiseled AS base
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:8.0.4 -jammy-chiseled AS base
1
+ FROM mcr.microsoft.com/dotnet/runtime:8.0.6 -jammy-chiseled AS base
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
Original file line number Diff line number Diff line change 76
76
<PackageReference Include =" Arcus.WebApi.Logging" Version =" 2.0.0" />
77
77
<PackageReference Include =" Arcus.WebApi.Security" Version =" 2.0.0" Condition =" '$(Auth)' == 'true'" />
78
78
<PackageReference Include =" Guard.NET" Version =" 3.0.0" />
79
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6 .0.10 " Condition =" '$(JwtAuth)' == 'true'" />
79
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 8 .0.6 " Condition =" '$(JwtAuth)' == 'true'" />
80
80
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.20.1" />
81
81
<PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.1" Condition =" '$(Serilog_AppInsights)' == 'true'" />
82
82
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.6.2" Condition =" '$(OpenApi)' == 'true'" />
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:8.0.4 -jammy-chiseled AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.6 -jammy-chiseled AS base
2
2
WORKDIR /app
3
3
EXPOSE 80
4
4
You can’t perform that action at this time.
0 commit comments