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 63189c8 commit 415a2f4Copy full SHA for 415a2f4
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.11.0");
+ super("testcontainers/ryuk:0.12.0");
13
withExposedPorts(8080);
14
withCreateContainerCmdModifier(cmd -> {
15
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
0 commit comments