From af18f05dec8ca04eb35b6e9a6c44a845ad2891a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20V=C3=A4=C3=A4t=C3=A4j=C3=A4?= Date: Thu, 25 Oct 2018 10:57:19 +0300 Subject: [PATCH] [REF] Odoo 12-10 updated to 20181025. --- 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 ceaab88..b5f6b8f 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 20181024 +ENV ODOO_RELEASE 20181025 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'e687a8d1ee042a8582077392d19bba95ca966491 odoo.deb' | sha1sum -c - \ + && echo '1cdbd967c859894d8bf9c270f7352ae011c82a48 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 8c92d78..780258e 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 20181024 +ENV ODOO_RELEASE 20181025 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo '16b23829e9669a21b472bd9163b89410c6be7634 odoo.deb' | sha1sum -c - \ + && echo 'cb0e564dfd4320053346e91a0eeae4f20eb63ad0 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 8f7f817..fa79c0a 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 20181024 +ENV ODOO_RELEASE 20181025 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'b1ea54010bc1beefe0d51a2c441f459a7d883080 odoo.deb' | sha1sum -c - \ + && echo '4f3c27f926056c5fc5c6a29a2d38c5ae02c266e1 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \