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

fixes #89
closes #101
This commit is contained in:
Simon Lejeune
2017-02-07 16:37:07 +01:00
parent c97e82a93a
commit f8af1a80b1
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -25,10 +25,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 8.0
ENV ODOO_RELEASE 20161123
ENV ODOO_RELEASE 20170207
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'fcc9fa35fae811958ee08a0f51dfc23242e755b6 odoo.deb' | sha1sum -c - \
&& echo 'cd8c1dc9d2ddf5a538381eed85871a2e343ec8ae odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \