You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2020/03/25 07:12:18 UTC

[cayenne] branch STABLE-4.1 updated: Update postgres-docker profile

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new 004acb9  Update postgres-docker profile
004acb9 is described below

commit 004acb92979f7ab94f45d4ba0a071fc0974b77b9
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Mar 25 10:12:08 2020 +0300

    Update postgres-docker profile
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fbf5d6f..93340b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1535,8 +1535,11 @@
 							<images>
 								<image>
 									<alias>db</alias>
-									<name>postgres:9.5</name>
+									<name>postgres:12</name>
 									<run>
+										<env>
+											<POSTGRES_HOST_AUTH_METHOD>trust</POSTGRES_HOST_AUTH_METHOD>
+										</env>
 										<ports>
 											<port>${db.host}:${db.port}:5432</port>
 										</ports>