Update 8.0 and 9.0 to release 20161007

This commit is contained in:
Veikko Väätäjä 2016-10-08 19:02:04 +02:00
parent b3d55d2959
commit 943f39a3ac
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 8.0
ENV ODOO_RELEASE 20160726
ENV ODOO_RELEASE 20161007
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '6679fad48c761cf8587faa243afcfc17f5a9eb73 odoo.deb' | sha1sum -c - \
&& echo '73c528c6b41c144337c77825d4263ec59d342469 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \

View File

@ -21,10 +21,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 9.0
ENV ODOO_RELEASE 20160726
ENV ODOO_RELEASE 20161007
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 'cbd0cbaed27da28eaae1c6460f36d398c8acbf77 odoo.deb' | sha1sum -c - \
&& echo '80e3b87a73b1c3d08e000c46c6ac9ea8831a60ae odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \