Skip to content

Commit 8a61a90

Browse files
author
yannick
committedJun 17, 2024
IT now runs with HiveMQ EE 4.28.2
1 parent 0be2a26 commit 8a61a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/integrationTest/java/com/hivemq/extensions/log/DockerImageNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
*/
2525
public class DockerImageNames {
2626

27-
public static final @NotNull DockerImageName HIVEMQ = DockerImageName.parse("hivemq/hivemq-ce").withTag("latest");
27+
public static final @NotNull DockerImageName HIVEMQ = DockerImageName.parse("hivemq/hivemq4").withTag("4.28.2");
2828
}

0 commit comments

Comments
 (0)