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

This commit is contained in:
Christophe Monniez
2018-07-10 10:06:43 +02:00
parent cec9d153fe
commit 67e5ceb0fa
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 9.0
ENV ODOO_RELEASE 20180122
ENV ODOO_RELEASE 20180710
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}c.${ODOO_RELEASE}_all.deb \
&& echo 'a623d188d48f08ce8bb8898355eccc5e5e7e5b04 odoo.deb' | sha1sum -c - \
&& echo '79ec48555a83507ba8956f4bb25840f5c033178a odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \