Update Dockerfile

Use newer version of Odoo.
This commit is contained in:
colinnewell 2016-04-06 15:50:13 +01:00
parent d069d03dcf
commit f668d94461

View File

@ -36,7 +36,7 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 8.0
ENV ODOO_RELEASE 20160204
ENV ODOO_RELEASE 20160405
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'c19f6e7bba9b2e4dc4422398de8a3c20f2966749 odoo.deb' | sha1sum -c - \