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 ef50721 commit cae1272Copy full SHA for cae1272
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.3.3");
+ super("testcontainers/ryuk:0.3.4");
13
withExposedPorts(8080);
14
withCreateContainerCmdModifier(cmd -> {
15
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
0 commit comments