Skip to content

Commit b99eece

Browse files
chore(deps): update dotnet monorepo to v8 (arcus-azure#883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc070b2 commit b99eece

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Arcus.Templates.EventHubs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
WORKDIR /app
33
EXPOSE 80
44

src/Arcus.Templates.ServiceBus.Queue/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
WORKDIR /app
33
EXPOSE 80
44

src/Arcus.Templates.ServiceBus.Topic/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
WORKDIR /app
33
EXPOSE 80
44

src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<PackageReference Include="Arcus.WebApi.Logging" Version="2.0.0" />
7777
<PackageReference Include="Arcus.WebApi.Security" Version="2.0.0" Condition="'$(Auth)' == 'true'" />
7878
<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'" />
8080
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
8181
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" Condition="'$(Serilog_AppInsights)' == 'true'" />
8282
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" Condition="'$(OpenApi)' == 'true'" />

src/Arcus.Templates.WebApi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
WORKDIR /app
33
EXPOSE 80
44

0 commit comments

Comments
 (0)