Skip to content

Commit

Permalink
Revert "Update ryuk version to 0.10.2 (#9372)" (#9451)
Browse files Browse the repository at this point in the history
This reverts commit e219477.
  • Loading branch information
eddumelendez authored Oct 22, 2024
1 parent f50e5c3 commit 8a50d01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class RyukContainer extends GenericContainer<RyukContainer> {

RyukContainer() {
super("testcontainers/ryuk:0.10.2");
super("testcontainers/ryuk:0.9.0");
withExposedPorts(8080);
withCreateContainerCmdModifier(cmd -> {
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
Expand Down

0 comments on commit 8a50d01

Please sign in to comment.