#3778 Upgrading postgresql to v10

This commit is contained in:
Jose OrPa
2019-05-18 13:45:07 +02:00
committed by Christian Adams
parent ffc6e2218e
commit 04ab736f09
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ rabbitmq_port: "5672"
rabbitmq_user: "guest"
rabbitmq_password: "guest"
postgresql_version: "9.6"
postgresql_version: "10.7"
postgresql_image: "postgres:{{postgresql_version}}"