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

This commit is contained in:
Christophe Monniez
2024-10-29 14:56:14 +01:00
parent decdaff7f9
commit acacd14c9c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 17.0
ARG ODOO_RELEASE=20241017
ARG ODOO_SHA=e5d7e6c6d011698cb6589e2a9b717caaac69df35
ARG ODOO_RELEASE=20241029
ARG ODOO_SHA=200c2bacf48dbb794c8fd55750a1adb0b59e32e0
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 \