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

This commit is contained in:
Christophe Monniez
2024-11-08 11:31:04 +01:00
parent acacd14c9c
commit 5d79fb3b29
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=20241029
ARG ODOO_SHA=ac6b44b70f9b52d47818aa422c7e4d02cba9b05d
ARG ODOO_RELEASE=20241108
ARG ODOO_SHA=0ac65f3a2ec8787626c4e472694461e31ae109d5
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 \