Skip to content

Commit

Permalink
Update testcontainers/ryuk version to 0.5.1 (#7054)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed May 24, 2023
1 parent be5b4d5 commit fc770df
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.4.0");
super("testcontainers/ryuk:0.5.1");
withExposedPorts(8080);
withCreateContainerCmdModifier(cmd -> {
cmd.withName("testcontainers-ryuk-" + DockerClientFactory.SESSION_ID);
Expand Down

0 comments on commit fc770df

Please sign in to comment.