[REF] Odoo 11.0-13.0: update to release 20200417

Closes #298
This commit is contained in:
Christophe Monniez
2020-04-17 11:07:57 +02:00
parent b4779b0e56
commit d38f9ccc04
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ RUN set -x;\
# Install Odoo
ENV ODOO_VERSION 12.0
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=cb0bcb5d239983468c2e3b3f7cf17f58df820b1c
ARG ODOO_RELEASE=20200417
ARG ODOO_SHA=ca4a7485b0b75850ffe1458a8f3266839400a501
RUN set -x; \
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \