[REF] Odoo 15.0-17.0: update to release 20240522

This commit is contained in:
Christophe Monniez
2024-05-22 14:05:22 +02:00
parent 28c9d0656e
commit ea74918b21
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20240513
ARG ODOO_SHA=4404e4d34277a7d77918d1dcea67bc0fc98ba9fe
ARG ODOO_RELEASE=20240522
ARG ODOO_SHA=fee63fd1fae4b39df565744c3802bc09d65312d3
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 \