diff --git a/10.0/Dockerfile b/10.0/Dockerfile index 2b63a79..5a9249a 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 20181101 +ENV ODOO_RELEASE 20181102 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo '47b029c057e608cbe339d710f42eea1485b63928 odoo.deb' | sha1sum -c - \ + && echo '0a61fe1bea678365c90c168077deca09f09fbdca 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 3d004d0..92e7701 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 20181101 +ENV ODOO_RELEASE 20181102 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'ba34fde6543ac67789fbb704a815164734692a49 odoo.deb' | sha1sum -c - \ + && echo '9b9dba213bb36dc03f1214f4483628d5cd941c24 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 7d05ae8..9b21b3b 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 20181101 +ENV ODOO_RELEASE 20181102 RUN set -x; \ curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \ - && echo 'e6405f299132497b1e4c9c3bb0f6aaf09af42522 odoo.deb' | sha1sum -c - \ + && echo 'c6226be81107c49517d4614ca5fe15d4d656ef36 odoo.deb' | sha1sum -c - \ && dpkg --force-depends -i odoo.deb \ && apt-get update \ && apt-get -y install -f --no-install-recommends \