[REF] Odoo 16.0-18.0: update to release 20241017

This commit is contained in:
Christophe Monniez
2024-10-17 15:36:11 +02:00
parent 282f5a3761
commit decdaff7f9
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20241007
ARG ODOO_SHA=6fb4b7e5bbbc88991511c7ae1121c92625b99649
ARG ODOO_RELEASE=20241017
ARG ODOO_SHA=7223ab5d65a42a6d189cdfb5397716a51ef512f9
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 \