Update Dockerfile

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

View File

@ -21,7 +21,7 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 9.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}c.${ODOO_RELEASE}_all.deb \
&& echo '3633f30901619bfaeb12bb6cbb0de770856c5db6 odoo.deb' | sha1sum -c - \