From 82f8caac83939a6f49569957f6e4f99bcdcea7d3 Mon Sep 17 00:00:00 2001 From: Andrei Zapodeanu Date: Thu, 25 Apr 2019 15:06:23 +0300 Subject: [PATCH] REPO-4296 Update docker and helm charts to use new ActiveMQ images (#219) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eba75a685d..3975d36f49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ branches: before_install: - docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:10.1 postgres -c 'max_connections=300' - - docker run -d -p 61616:61616 -p 5672:5672 alfresco/alfresco-activemq:5.15.6 + - docker run -d -p 61616:61616 -p 5672:5672 alfresco/alfresco-activemq:5.15.8 matrix: include: