Odoo: Update 8.0 and 9.0 to release 20160428

This commit is contained in:
Aaron Bohy
2016-04-28 16:22:20 +02:00
parent f13ffb4c91
commit 57e968cee9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 9.0
ENV ODOO_RELEASE 20160324
ENV ODOO_RELEASE 20160428
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 '4d7f62fa22f05afc5b3a37c7220e481cb7c26c18 odoo.deb' | sha1sum -c - \
&& echo '21bf3b57ee83835f1c344335d44b8bc0a74e1fce odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \