[REF] Odoo 14.0-16.0: update to release 20230224

This commit is contained in:
Christophe Monniez 2023-02-24 14:15:19 +01:00
parent 2c634b7e37
commit ff99b5f501
3 changed files with 6 additions and 6 deletions

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 14.0
ARG ODOO_RELEASE=20230210
ARG ODOO_SHA=c10f97e1877f5e9173c24efdcbed129bd21328c4
ARG ODOO_RELEASE=20230224
ARG ODOO_SHA=a59688f0c2c830f243fec130e3c651d93f188658
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=20230210
ARG ODOO_SHA=c8f3d1b3af6847c9b4e9d4750e0fc34b303911c7
ARG ODOO_RELEASE=20230224
ARG ODOO_SHA=44613aceddf8e928ca50fc23979b1141fa4bb7d5
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 16.0
ARG ODOO_RELEASE=20230210
ARG ODOO_SHA=57e7b2c7c1ca2fd82e430cd44d46453bc74daf47
ARG ODOO_RELEASE=20230224
ARG ODOO_SHA=2a4ed4c36b82a05707b6e709182266672a32ace2
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 \