From dc8d2db12285d29c2534717c20748f450e9de4f8 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sat, 4 Jul 2026 14:38:32 +0200 Subject: [PATCH] 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 --- Directory.Packages.props | 2 +- test/Renci.SshNet.IntegrationTests/.dockerignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/Renci.SshNet.IntegrationTests/.dockerignore diff --git a/Directory.Packages.props b/Directory.Packages.props index c03b54e0..d455a8a3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,6 +22,6 @@ - + diff --git a/test/Renci.SshNet.IntegrationTests/.dockerignore b/test/Renci.SshNet.IntegrationTests/.dockerignore new file mode 100644 index 00000000..a8eb4de7 --- /dev/null +++ b/test/Renci.SshNet.IntegrationTests/.dockerignore @@ -0,0 +1,3 @@ +* +!server/* +!user/*