Skip to content

Commit

Permalink
Update SimpleDockerServiceResolver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Feb 22, 2024
1 parent 4d08373 commit fef203e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static DockerService activeMQClassic() {

private static DockerService artemis() {
return DockerService.withImageAndTag("apache/activemq-artemis")
.website("https://hub.docker.com/r/apache/activemq-classic")
.website("https://hub.docker.com/r/apache/activemq-artemis")
.ports(61616)
.build();
}
Expand Down

0 comments on commit fef203e

Please sign in to comment.