From b3d55d295954fed2c6101854f1b133340c05c767 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Tue, 26 Jul 2016 17:44:39 +0200 Subject: [PATCH] Odoo: Update 8.0 and 9.0 to release 20160726 --- 8.0/Dockerfile | 4 ++-- 9.0/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 4e3473c..974eb12 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -21,10 +21,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 8.0 -ENV ODOO_RELEASE 20160609 +ENV ODOO_RELEASE 20160726 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'd112d8f2c2f89fe9996d4142a22d58fc8fe79d63 odoo.deb' | sha1sum -c - \ + && echo '6679fad48c761cf8587faa243afcfc17f5a9eb73 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \ diff --git a/9.0/Dockerfile b/9.0/Dockerfile index db8ade9..4ac60a4 100644 --- a/9.0/Dockerfile +++ b/9.0/Dockerfile @@ -21,10 +21,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 9.0 -ENV ODOO_RELEASE 20160609 +ENV ODOO_RELEASE 20160726 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 '56e7e5dc2525fd8c1522c05deb0f7f349a966260 odoo.deb' | sha1sum -c - \ + && echo 'cbd0cbaed27da28eaae1c6460f36d398c8acbf77 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \