From 6c0644f247941ffb1a48a248e594f626b4299bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20V=C3=A4=C3=A4t=C3=A4j=C3=A4?= Date: Thu, 1 Nov 2018 19:52:49 +0200 Subject: [PATCH] [REF] Odoo 12-10 updated to 20181101. --- 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 9ee63b6..2b63a79 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 20181031 +ENV ODOO_RELEASE 20181101 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo '76ab316a2d1d87993c2daf87c6cb4a10e2758f6e odoo.deb' | sha1sum -c - \ + && echo '47b029c057e608cbe339d710f42eea1485b63928 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 7f945f7..3d004d0 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 20181031 +ENV ODOO_RELEASE 20181101 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'f58611e98576457c964ce59ee6027547bfabc143 odoo.deb' | sha1sum -c - \ + && echo 'ba34fde6543ac67789fbb704a815164734692a49 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 9ee32be..7d05ae8 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 20181031 +ENV ODOO_RELEASE 20181101 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'd7742ff012c3c9f97756bf68551e68404eeb122c odoo.deb' | sha1sum -c - \ + && echo 'e6405f299132497b1e4c9c3bb0f6aaf09af42522 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \