[REF] Odoo 12-10 updated to 20181024.

This commit is contained in:
Veikko Väätäjä
2018-10-24 14:59:02 +03:00
parent 66d1192052
commit 3944b71024
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 20181023
ENV ODOO_RELEASE 20181024
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '1c82923030dac1299ffa1acec169964850d2d771 odoo.deb' | sha1sum -c - \
&& echo '16b23829e9669a21b472bd9163b89410c6be7634 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \