[REF] Odoo 12-10 updated to 20181127.

This commit is contained in:
Veikko Väätäjä 2018-11-27 09:18:13 +02:00
parent 9f5a41ed4c
commit eef99b7fcb
3 changed files with 6 additions and 6 deletions

View File

@ -23,10 +23,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20181126
ENV ODOO_RELEASE 20181127
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'a68f31336b103c9cc334d8eb2f88bd5e754b5d74 odoo.deb' | sha1sum -c - \
&& echo 'c06bc492afecfecd6398c85cba2e88f5fc0f9e34 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \

View File

@ -26,10 +26,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ENV ODOO_RELEASE 20181126
ENV ODOO_RELEASE 20181127
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '57e270cd958ca97b3920d7187c8967e1458d975c odoo.deb' | sha1sum -c - \
&& echo '2614a8d1c9a909a32c3aa629a2746a4de241b26e odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \

View File

@ -26,10 +26,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 12.0
ENV ODOO_RELEASE 20181126
ENV ODOO_RELEASE 20181127
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '30fb8530c596d5606b079c45f1be15f423431fdd odoo.deb' | sha1sum -c - \
&& echo '1f27b5311449f707e95f1baa74f641479047e4a1 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \