[REF] Odoo 12-10 updated to 20181031.

This commit is contained in:
Veikko Väätäjä 2018-10-31 17:01:53 +02:00
parent f9fc625049
commit 1fdba2af40
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 20181030
ENV ODOO_RELEASE 20181031
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'be46ee8c9f84b1d43856408ab5358cc7e11574d5 odoo.deb' | sha1sum -c - \
&& echo '76ab316a2d1d87993c2daf87c6cb4a10e2758f6e 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 20181030
ENV ODOO_RELEASE 20181031
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'b2224827a88316d6ce754267f15d680936a6df6e odoo.deb' | sha1sum -c - \
&& echo 'f58611e98576457c964ce59ee6027547bfabc143 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 20181030
ENV ODOO_RELEASE 20181031
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '8457914625693574dede74231cfd66c5756e5f50 odoo.deb' | sha1sum -c - \
&& echo 'd7742ff012c3c9f97756bf68551e68404eeb122c odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \