Merge branch 'odoo:master' into ppc64le

This commit is contained in:
Ludovic Gasc
2023-09-29 23:06:04 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20230908
ARG ODOO_SHA=e8031569c375721ada05f12f4be4044f5d7bddbd
ARG ODOO_RELEASE=20230925
ARG ODOO_SHA=c258ecd198cbd079fe1a271dcba23930820eb12f
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 \