Skip to content

Commit

Permalink
Using official mockserver image
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent 05f2721 commit eff6d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public abstract class AbstractIntegrationTest {
protected static final GenericContainer<?> redis =
new GenericContainer<>(DockerImageName.parse("redis:7.0.5-alpine")).withExposedPorts(6379);
protected static final MockServerContainer mockServer =
new MockServerContainer(DockerImageName.parse("jamesdbloom/mockserver:mockserver-5.13.2"));
new MockServerContainer(DockerImageName.parse("mockserver/mockserver:mockserver-5.13.2"));

protected static MockServerClient mockServerClient;

Expand Down

0 comments on commit eff6d8d

Please sign in to comment.