[REF] Odoo 9.0-11.0: update to release 20171030

This commit is contained in:
Christophe Monniez
2017-10-30 16:02:37 +01:00
parent 751e9706bf
commit 199c206737
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ENV ODOO_RELEASE 20171013
ENV ODOO_RELEASE 20171030
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '596e01ef47fda076f086791a12eb360af42d9a14 odoo.deb' | sha1sum -c - \
&& echo '63d3fd997c850b657b93fb9351624d88d45d1682 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \