[REF] Odoo 12-10 updated to 20181019.

This commit is contained in:
Veikko Väätäjä
2018-10-19 09:20:35 +03:00
parent fcb4c70bc9
commit 0da0d626d8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ENV ODOO_RELEASE 20181018
ENV ODOO_RELEASE 20181019
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'c6add9921dd202cd105522a3a220d4d3aa98d7ac odoo.deb' | sha1sum -c - \
&& echo '7efbc7cafe1906c7d3ca478501cf0829d9966d93 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \