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 ce83c36 commit 0217e78Copy full SHA for 0217e78
core/src/main/java/org/testcontainers/utility/RyukContainer.java
@@ -9,7 +9,7 @@
9
class RyukContainer extends GenericContainer<RyukContainer> {
10
11
RyukContainer() {
12
- super("testcontainers/ryuk:0.8.1");
+ super("testcontainers/ryuk:0.9.0");
13
withExposedPorts(8080);
14
withCreateContainerCmdModifier(cmd -> {
15
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
0 commit comments