We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e80d commit 4244b04Copy full SHA for 4244b04
internal/config/config.go
@@ -11,7 +11,7 @@ import (
11
"github.com/magiconair/properties"
12
)
13
14
-const ReaperDefaultImage = "testcontainers/ryuk:0.11.0"
+const ReaperDefaultImage = "testcontainers/ryuk:0.12.0"
15
16
var (
17
tcConfig Config
0 commit comments