Bump testcontainers to 4.13 (#1809)

* Downgrade testcontainers to 4.11

Running the .NET Framework integration tests locally (not CI since we don't use the library
there) is broken in 4.12. Also add .dockerignore since the image was including 200MB of
stuff under bin/.

* bump to 4.13
This commit is contained in:
Rob Hague
2026-07-04 14:38:32 +02:00
committed by GitHub
parent 89f378a0ab
commit dc8d2db122
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -22,6 +22,6 @@
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
<!-- Should stay on LTS .NET releases. -->
<PackageVersion Include="System.Formats.Asn1" Version="10.0.9" />
<PackageVersion Include="Testcontainers" Version="4.12.0" />
<PackageVersion Include="Testcontainers" Version="4.13.0" />
</ItemGroup>
</Project>
@@ -0,0 +1,3 @@
*
!server/*
!user/*