[REF] Odoo 8.0-10.0: update to release 20161103

This commit is contained in:
Simon Lejeune
2016-11-03 15:17:05 +01:00
parent ab612f290f
commit ea050e938b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20161025
ENV ODOO_RELEASE 20161103
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'e2376dc8efe0255c9c233b033d73a4766791960f odoo.deb' | sha1sum -c - \
&& echo '298b9a3c752fbe8df1e6bc7e5ab9d84ce7d0061b odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \