[REF] Odoo 12-10 updated to 20181116.

This commit is contained in:
Veikko Väätäjä 2018-11-21 23:17:48 +02:00
parent 2f7defad63
commit f4bc830732
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 20181115
ENV ODOO_RELEASE 20181116
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'b6d2014e68de616297c04b8cca1b84cfaf694bc2 odoo.deb' | sha1sum -c - \
&& echo '428683297f190f45014bc13d3fa3e9a233c3e9c9 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 20181115
ENV ODOO_RELEASE 20181116
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '9c57503777317501b37f57d201b69187bddf4221 odoo.deb' | sha1sum -c - \
&& echo '7bcc840529712e19f2215bac77920ae75a81d5d5 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 20181115
ENV ODOO_RELEASE 20181116
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '1b5f0b10646c286a3a04045988b32d045663f4d8 odoo.deb' | sha1sum -c - \
&& echo 'd665505dec556fff0428f98827e3f0561fe3a8a0 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \