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

This commit is contained in:
Christophe Monniez 2023-08-16 15:53:53 +02:00
parent bab3af7077
commit 5a58ae0937
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=20230807
ARG ODOO_SHA=be9981c45465cdbd211406d91941d23786ec1e85
ARG ODOO_RELEASE=20230816
ARG ODOO_SHA=765652a730a334b94432b241c54823bd523ff7f4
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=20230807
ARG ODOO_SHA=3d0566a191c0bd923846da38195d719c4779e727
ARG ODOO_RELEASE=20230816
ARG ODOO_SHA=fd9d9025030be5e07ed90e3f471151e17a7ac9e0
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

@ -57,8 +57,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20230807
ARG ODOO_SHA=648042fc38a4f0021ad180e1bccbbe77a5c80c2c
ARG ODOO_RELEASE=20230816
ARG ODOO_SHA=fc84b0d3fc0cb5506378c91f19681248c6fdb36e
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 \