ACS-1183 ACS 7 Stacks: PostgreSQL ()

Upgraded the version of PostgreSQL to the latest (13.1) in all tests that are not db specific
Switch to new Jira url for gitbugtrack
This commit is contained in:
Alan Davis 2021-02-24 21:41:26 +00:00 committed by GitHub
parent e04e757daf
commit a0cebe77ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

@ -1,4 +1,4 @@
# For SmartGit
[bugtraq "jira"]
url = https://issues.alfresco.com/jira/browse/%BUGID%
url = https://alfresco.atlassian.net/browse/%BUGID%
logRegex = ([A-Z]+-\\d+)

@ -14,7 +14,7 @@ services:
- 8090:8090
postgres:
image: postgres:11.7
image: postgres:13.1
mem_limit: 512m
environment:
- POSTGRES_PASSWORD=alfresco

@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.3.8
SOLR6_TAG=2.0.1
POSTGRES_TAG=11.7
POSTGRES_TAG=13.1
ACTIVEMQ_TAG=5.16.1