From f9fc625049728ee86d36ca0c3c87db1e2d0d3968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20V=C3=A4=C3=A4t=C3=A4j=C3=A4?= Date: Tue, 30 Oct 2018 22:16:53 +0200 Subject: [PATCH] [REF] Odoo 12-10 updated to 20181030. --- 10.0/Dockerfile | 4 ++-- 11.0/Dockerfile | 4 ++-- 12.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index b5ee7a4..5316200 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 20181029 +ENV ODOO_RELEASE 20181030 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'cd2b176fdf80187b81ed3d0d66822fb301971116 odoo.deb' | sha1sum -c - \ + && echo 'be46ee8c9f84b1d43856408ab5358cc7e11574d5 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \ diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 3831e94..86b1465 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -26,10 +26,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 11.0 -ENV ODOO_RELEASE 20181029 +ENV ODOO_RELEASE 20181030 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'fcc7563215f14e94588f5f97d88b63f0b27b4306 odoo.deb' | sha1sum -c - \ + && echo 'b2224827a88316d6ce754267f15d680936a6df6e odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \ diff --git a/12.0/Dockerfile b/12.0/Dockerfile index 3166873..bc62a32 100644 --- a/12.0/Dockerfile +++ b/12.0/Dockerfile @@ -26,10 +26,10 @@ RUN set -x; \ # Install Odoo ENV ODOO_VERSION 12.0 -ENV ODOO_RELEASE 20181029 +ENV ODOO_RELEASE 20181030 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo '01253af986a3e06ca7f69f16bdc4b7be0a8b374f odoo.deb' | sha1sum -c - \ + && echo '8457914625693574dede74231cfd66c5756e5f50 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \