Odoo: Update 8.0 and 9.0 to release 20160204

This commit is contained in:
Aaron Bohy
2016-02-04 11:10:03 +01:00
parent ad90fca59c
commit d5392866c1
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 8.0
ENV ODOO_RELEASE 20151215
ENV ODOO_RELEASE 20160204
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '8d3454047891074cc0805d30f11dd393831d69d8 odoo.deb' | sha1sum -c - \
&& echo 'c19f6e7bba9b2e4dc4422398de8a3c20f2966749 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \