[REF] Odoo 10.0-12.0: update to release 20190424

This commit is contained in:
Christophe Monniez
2019-04-24 17:01:17 +02:00
parent d3e44ad1f3
commit c6b79809f0
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 10.0
ARG ODOO_RELEASE=20190128
ARG ODOO_SHA=673bb5e45c006c9a822a0ca1a7d19989c03151ad
ARG ODOO_RELEASE=20190424
ARG ODOO_SHA=1f4668c0e3b1597ffa931994952cf6fce87df37e
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 - \