diff --git a/docker-compose.yaml b/docker-compose.yaml index 35feb71..90c4ba2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: retries: 3 test: [CMD-SHELL, "curl -k -f http://localhost:8161/admin"] timeout: 5s - image: "apache/activemq-artemis:${ACTIVEMQ_VERSION:-2.38.0}" + image: "apache/activemq-artemis:${ACTIVEMQ_VERSION:-2.39.0}" ports: - "61616:61616" - "8161:8161"