[REF] Odoo 12-10 updated to 20181021.

This commit is contained in:
Veikko Väätäjä 2018-10-21 20:25:39 +03:00
parent d293d2791c
commit 8ac476e3bc
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 20181020
ENV ODOO_RELEASE 20181021
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '7066e099315d47f7c01756915b3f80ace4e8bf05 odoo.deb' | sha1sum -c - \
&& echo '32921424bf98ea4110dc4d2fb61f42004371d730 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 20181020
ENV ODOO_RELEASE 20181021
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'e0da5b2578b9f2fd2b136166bc7bfab9c901b66d odoo.deb' | sha1sum -c - \
&& echo '963eb56088edd7630ba49418c6b5bfcbeaf53e80 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 20181020
ENV ODOO_RELEASE 20181021
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '333624a80c11dd7fccf55c79ebd7a760e3b01d9c odoo.deb' | sha1sum -c - \
&& echo 'cc22264b2786b4b8268650315480691b791c7058 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \