From ea050e938ba153b39987a8a5d446210d8383aa46 Mon Sep 17 00:00:00 2001 From: Simon Lejeune Date: Thu, 3 Nov 2016 15:17:05 +0100 Subject: [PATCH] [REF] Odoo 8.0-10.0: update to release 20161103 --- 10.0/Dockerfile | 4 ++-- 8.0/Dockerfile | 4 ++-- 9.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index ccf33b6..ea2b12e 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -23,10 +23,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 10.0 -ENV ODOO_RELEASE 20161025 +ENV ODOO_RELEASE 20161103 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'e2376dc8efe0255c9c233b033d73a4766791960f odoo.deb' | sha1sum -c - \ + && echo '298b9a3c752fbe8df1e6bc7e5ab9d84ce7d0061b odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \ diff --git a/8.0/Dockerfile b/8.0/Dockerfile index ab7224d..4327fd2 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -25,10 +25,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 8.0 -ENV ODOO_RELEASE 20161025 +ENV ODOO_RELEASE 20161103 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo '6c43a1e2984266d257062b649676c6e327498c8c odoo.deb' | sha1sum -c - \ + && echo '1f0312e64731fd8f6c0d8bf9b3516ff1b13d01f2 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 81e72bd..aa80618 100644 --- a/9.0/Dockerfile +++ b/9.0/Dockerfile @@ -23,10 +23,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 9.0 -ENV ODOO_RELEASE 20161025 +ENV ODOO_RELEASE 20161103 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 '126f7dc1de2f3c6faf3c4b5958c46ba628691fef odoo.deb' | sha1sum -c - \ + && echo 'b5f88c06d8ba3475fa5ef15d93e504891c648f8e odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \