[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
@@ -44,8 +44,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20190128
ARG ODOO_SHA=30cb83ce38ec0b4a459e5590407cb2f9dcf46061
ARG ODOO_RELEASE=20190424
ARG ODOO_SHA=374ccf1d4cde0e73d79f970ef75188c78ee0e222
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 - \