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

This commit is contained in:
Christophe Monniez
2019-10-22 13:26:30 +02:00
parent 14e51ae334
commit 19c6725881
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ RUN set -x;\
# Install Odoo
ENV ODOO_VERSION 12.0
ARG ODOO_RELEASE=20191009
ARG ODOO_SHA=5f3623139c43c71b11dca6a87aaa0def0cf865d8
ARG ODOO_RELEASE=20191022
ARG ODOO_SHA=31cdde4a9f6cd9d2cbf6af45a5d301e0a0907148
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 - \