Skip to content

Commit 976bdf1

Browse files
Removed
1 parent ce1554b commit 976bdf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/src/intTest/java/uk/nhs/adaptors/gp2gp/testcontainers/ActiveMqContainer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ public final class ActiveMqContainer extends GenericContainer<ActiveMqContainer>
66

77
public static final int ACTIVEMQ_PORT = 5672;
88
private static ActiveMqContainer container;
9-
public static final String ACTIVEMQ_VERSION = "8.0.15";
109

1110
private ActiveMqContainer() {
12-
super("docker-activemq:" + ACTIVEMQ_VERSION);
11+
super("docker-activemq:latest");
1312
addExposedPort(ACTIVEMQ_PORT);
1413
}
1514

0 commit comments

Comments
 (0)