[odoo-web] Pick the 11.0 branch as that is the release we are running



commit 1fac06ba6a930bb479fae6a908f5fce182a082fe
Author: Andrea Veri <averi redhat com>
Date:   Tue Sep 3 17:13:35 2019 +0200

    Pick the 11.0 branch as that is the release we are running

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 17c5ef1..a8a2f9f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,10 +31,10 @@ RUN unzip plaid_ept.zip -d /opt/odoo/custom-addons
 ADD paypal_transaction_sync.zip /tmp
 RUN unzip paypal_transaction_sync.zip -d /opt/odoo/custom-addons
 
-RUN git clone https://github.com/OCA/bank-statement-import.git
+RUN git clone -b 11.0 https://github.com/OCA/bank-statement-import.git
 RUN mv bank-statement-import/account_bank_statement_import_qif /opt/odoo/custom-addons
 
-RUN git clone https://github.com/OCA/currency 
+RUN git clone -b 11.0 https://github.com/OCA/currency 
 RUN mv currency/currency_rate_update /opt/odoo/custom-addons
 
 RUN chown 1000230000:1000230000 -R /opt/odoo/custom-addons


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]