Skip to content

Commit

Permalink
test: speedup glassfish4 container
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Dec 21, 2024
1 parent debbbd5 commit 3f00189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@Slf4j
@Testcontainers
public class GlassFish4ContainerTest {
public static final String imageName = "reajason/glassfish:4.1.2";
public static final String imageName = "reajason/glassfish:4.1.2-quick";

@Container
public static final GenericContainer<?> container = new GenericContainer<>(imageName)
Expand Down

0 comments on commit 3f00189

Please sign in to comment.