File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Testcontainers/Containers
tests/Testcontainers.Commons Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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.12 .0" ) ;
36+ private static readonly IImage RyukImage = new DockerImage ( "testcontainers/ryuk:0.14 .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.12 .0" ) ;
6+ public static readonly IImage Ryuk = new DockerImage ( "testcontainers/ryuk:0.14 .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