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

This commit is contained in:
Christophe Monniez
2024-06-03 10:31:02 +02:00
parent ea74918b21
commit 30416a3c40
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=20240522
ARG ODOO_SHA=bcf783566f132d6391a2e2ee779ce082e904643d
ARG ODOO_RELEASE=20240603
ARG ODOO_SHA=65abfbaad1715b42c627987cefceb1d63a9bf501
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 \