[REF] Odoo 13.0-15.0: update to release 20220718

This commit is contained in:
Christophe Monniez 2022-07-18 08:33:17 +02:00
parent cbd79f009a
commit 0373100711
3 changed files with 6 additions and 6 deletions

View File

@ -54,8 +54,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20220708
ARG ODOO_SHA=95fae6ca695e8f93d7eb6abb79b3813d1b5d926b
ARG ODOO_RELEASE=20220718
ARG ODOO_SHA=c96fedf5e961122bc9face8dba102105070cbfb7
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 14.0
ARG ODOO_RELEASE=20220708
ARG ODOO_SHA=12774eac55ced7723f67be9e15577692162f4854
ARG ODOO_RELEASE=20220718
ARG ODOO_SHA=c93ae8c22679a87d649157a3ddcc761600e28ee0
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20220708
ARG ODOO_SHA=5e393909c75b3c85ddaaabf587c48197b800e68b
ARG ODOO_RELEASE=20220718
ARG ODOO_SHA=dc4a5b8c5be8f873e751539117f5aa41d9f7b217
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \