[REF] Odoo 12-10 updated to 20181203.

This commit is contained in:
Veikko Väätäjä 2018-12-04 22:05:37 +02:00
parent 86e7d4f537
commit baa2873f68
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 20181202
ENV ODOO_RELEASE 20181203
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '366892e3a26f360b34eace3b65a3d99cb151a53c odoo.deb' | sha1sum -c - \
&& echo '2e8f2d32caffaabfd06a1198cc0304451138b9e6 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 20181202
ENV ODOO_RELEASE 20181203
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '60f361a581b196dd3cff1651d3237a34b04c58d3 odoo.deb' | sha1sum -c - \
&& echo '9764fdd5ba09a808c6a2b7b0a8b88128cf3fce18 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 20181202
ENV ODOO_RELEASE 20181203
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '0ef53e9952cfd05b48e58f87e1f549248cc4be0e odoo.deb' | sha1sum -c - \
&& echo '19c9cad67f756d926354bec5d6f3f3f4e1bcf971 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \