Skip to content

Commit

Permalink
chore: Update Ryuk image from version 0.5.1 to 0.6.0 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn authored Jan 6, 2024
1 parent 8857c60 commit 84d33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers/Containers/ResourceReaper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed class ResourceReaper : IAsyncDisposable
/// </summary>
private const int RetryTimeoutInSeconds = 2;

private static readonly IImage RyukImage = new DockerImage("testcontainers/ryuk:0.5.1");
private static readonly IImage RyukImage = new DockerImage("testcontainers/ryuk:0.6.0");

private static readonly SemaphoreSlim DefaultLock = new SemaphoreSlim(1, 1);

Expand Down

0 comments on commit 84d33a6

Please sign in to comment.