diff --git a/spring-boot-system-tests/spring-boot-deployment-tests/src/systemTest/java/org/springframework/boot/deployment/WildflyDeploymentTests.java b/spring-boot-system-tests/spring-boot-deployment-tests/src/systemTest/java/org/springframework/boot/deployment/WildflyDeploymentTests.java index 1ccf0170ef4..1d164e726fa 100644 --- a/spring-boot-system-tests/spring-boot-deployment-tests/src/systemTest/java/org/springframework/boot/deployment/WildflyDeploymentTests.java +++ b/spring-boot-system-tests/spring-boot-deployment-tests/src/systemTest/java/org/springframework/boot/deployment/WildflyDeploymentTests.java @@ -29,7 +29,7 @@ import org.testcontainers.junit.jupiter.Testcontainers; class WildflyDeploymentTests extends AbstractDeploymentTests { @Container - static WarDeploymentContainer container = new WarDeploymentContainer("jboss/wildfly:latest", + static WarDeploymentContainer container = new WarDeploymentContainer("jboss/wildfly:24.0.0.Final", "/opt/jboss/wildfly/standalone/deployments", DEFAULT_PORT); @Override