Skip to content

Commit 73c7f10

Browse files
committed
chore: Bump Ryuk to 0.14.0
1 parent 410d2c8 commit 73c7f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Testcontainers/Containers/ResourceReaper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/Testcontainers.Commons/CommonImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace DotNet.Testcontainers.Commons;
33
[PublicAPI]
44
public 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

0 commit comments

Comments
 (0)