Skip to content

Commit b2f0706

Browse files
Package updates
1 parent 64328f7 commit b2f0706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Certify.Providers/DNS/AWSRoute53/Plugin.DNS.AWSRoute53.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="AWSSDK.Route53" Version="3.7.405.33" />
10+
<PackageReference Include="AWSSDK.Route53" Version="3.7.405.34" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Certify.Server/Certify.Server.Hub.Api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
EXPOSE 32768
1111
EXPOSE 44360
1212

13-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
13+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
1414
ARG BUILD_CONFIGURATION=Release
1515
WORKDIR /src
1616
COPY ["Certify.Server/Certify.Server.Hub.Api/Certify.Server.Hub.Api.csproj", "Certify.Server/Certify.Server.Hub.Api/"]

src/Certify.Server/Certify.Server.HubService/Certify.Server.HubService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
18-
<PackageReference Include="Scalar.AspNetCore" Version="2.0.30" />
18+
<PackageReference Include="Scalar.AspNetCore" Version="2.0.36" />
1919
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
2020

2121
<!-- included to prevent conflict with older versions in plugins-->

0 commit comments

Comments
 (0)