[REF] Odoo 12-10 updated to 20181028.

This commit is contained in:
Veikko Väätäjä 2018-10-30 22:13:17 +02:00
parent 866f0d79ef
commit 45bd668c37
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 20181027
ENV ODOO_RELEASE 20181028
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '156ff6f104262c89a0c47710ce399f000b26b3dc odoo.deb' | sha1sum -c - \
&& echo 'bd8dfd00d066f8e8659b344c5d8fd8a951482657 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 20181027
ENV ODOO_RELEASE 20181028
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'fe75c56bfbb3dbe67b729ee1040444d3bde37e5d odoo.deb' | sha1sum -c - \
&& echo '4709e25677dcc697405e4dda5dd962642da044a6 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 20181027
ENV ODOO_RELEASE 20181028
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '8e3cfc866f03d154cb2a095e7b36bf637aae3667 odoo.deb' | sha1sum -c - \
&& echo '909302bd6c57c450ef9f8a44c6b8ba8d21b24def odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \