[REF] Odoo 12-10 updated to 20181025.

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