Skip to content

Commit

Permalink
ACS-1185 Update activemq images to 5.16.1 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
PunchedChimera committed Feb 18, 2021
1 parent 35cd8e5 commit a879438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- 8083:8983 #Browser port

activemq:
image: alfresco/alfresco-activemq:5.15.8
image: alfresco/alfresco-activemq:5.16.1
mem_limit: 1g
ports:
- 8161:8161 # Web Console
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.3.6
SOLR6_TAG=2.0.1
POSTGRES_TAG=11.7
ACTIVEMQ_TAG=5.15.8
ACTIVEMQ_TAG=5.16.1

0 comments on commit a879438

Please sign in to comment.