REPO-3300: Deployment: 6.0 Base Images Stack Alignment

Update the images to use Postgres 10.1 and postgresql driver 42.2.1
This commit is contained in:
Mihaela Popa
2018-03-27 14:36:33 +03:00
parent 9a3fbe4463
commit 88f33d0083
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ services:
- 8080:8080 - 8080:8080
postgres: postgres:
image: postgres:9.4.12 image: postgres:10.1
environment: environment:
- POSTGRES_PASSWORD=alfresco - POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco - POSTGRES_USER=alfresco

View File

@@ -96,7 +96,7 @@
<alfresco.package.name>alfresco-community</alfresco.package.name> <alfresco.package.name>alfresco-community</alfresco.package.name>
<alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name> <alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name>
<dependency.postgresql.version>9.4.1212</dependency.postgresql.version> <dependency.postgresql.version>42.2.1</dependency.postgresql.version>
</properties> </properties>