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 358f68a commit 8c3cce2Copy full SHA for 8c3cce2
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.6.0");
+ super("testcontainers/ryuk:0.7.0");
13
withExposedPorts(8080);
14
withCreateContainerCmdModifier(cmd -> {
15
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
0 commit comments