Fix Docker builds: upgrade Refit to 11.0.1, add page-fetcher-api-models to Dockerfiles
- Refit 10.1.6 signing certificate was revoked; upgraded to 11.0.1 in Directory.Packages.props - cv-matcher-api/Dockerfile and cv-search-job/Dockerfile were missing COPY steps for page-fetcher-api-models (added in this feature branch) All 8 images now build cleanly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<!-- Config -->
|
||||
<PackageVersion Include="DotNetEnv" Version="3.2.0" />
|
||||
<!-- HTTP / Refit -->
|
||||
<PackageVersion Include="Refit.HttpClientFactory" Version="10.1.6" />
|
||||
<PackageVersion Include="Refit.HttpClientFactory" Version="11.0.1" />
|
||||
<!-- Serilog -->
|
||||
<PackageVersion Include="Serilog.AspNetCore" Version="10.0.0" />
|
||||
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1" />
|
||||
|
||||
Reference in New Issue
Block a user