File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/Testcontainers/Containers
tests/Testcontainers.Commons Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 { name: "Testcontainers.Db2", runs-on: "ubuntu-22.04" },
5353 { name: "Testcontainers.DynamoDb", runs-on: "ubuntu-22.04" },
5454 { name: "Testcontainers.Elasticsearch", runs-on: "ubuntu-22.04" },
55- { name: "Testcontainers.EventStoreDb", runs-on: "ubuntu-22.04" },
5655 { name: "Testcontainers.EventHubs", runs-on: "ubuntu-22.04" },
56+ { name: "Testcontainers.EventStoreDb", runs-on: "ubuntu-22.04" },
5757 { name: "Testcontainers.FakeGcsServer", runs-on: "ubuntu-22.04" },
5858 { name: "Testcontainers.FirebirdSql", runs-on: "ubuntu-22.04" },
5959 { name: "Testcontainers.Firestore", runs-on: "ubuntu-22.04" },
Original file line number Diff line number Diff line change 44 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageVersion Include =" BouncyCastle.Cryptography" Version =" 2.5 .1" />
7+ <PackageVersion Include =" BouncyCastle.Cryptography" Version =" 2.6 .1" />
88 <PackageVersion Include =" Docker.DotNet.Enhanced.X509" Version =" 3.128.1" />
99 <PackageVersion Include =" Docker.DotNet.Enhanced" Version =" 3.128.1" />
1010 <PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.200 " ,
3+ "version" : " 9.0.300 " ,
44 "rollForward" : " latestMinor"
55 }
66}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public sealed class ResourceReaper : IAsyncDisposable
3333 /// </summary>
3434 private const int RetryTimeoutInSeconds = 2 ;
3535
36- private static readonly IImage RyukImage = new DockerImage ( "testcontainers/ryuk:0.9 .0" ) ;
36+ private static readonly IImage RyukImage = new DockerImage ( "testcontainers/ryuk:0.12 .0" ) ;
3737
3838 private static readonly SemaphoreSlim DefaultLock = new SemaphoreSlim ( 1 , 1 ) ;
3939
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace DotNet.Testcontainers.Commons;
33[ PublicAPI ]
44public static class CommonImages
55{
6- public static readonly IImage Ryuk = new DockerImage ( "testcontainers/ryuk:0.9 .0" ) ;
6+ public static readonly IImage Ryuk = new DockerImage ( "testcontainers/ryuk:0.12 .0" ) ;
77
88 public static readonly IImage HelloWorld = new DockerImage ( "testcontainers/helloworld:1.2.0" ) ;
99
You can’t perform that action at this time.
0 commit comments