[REF] Odoo 14.0-16.0: update to release 20230925

This commit is contained in:
Christophe Monniez
2023-09-25 08:46:28 +02:00
parent 61148a86ee
commit d04d885eea
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20230908
ARG ODOO_SHA=e8031569c375721ada05f12f4be4044f5d7bddbd
ARG ODOO_RELEASE=20230925
ARG ODOO_SHA=c258ecd198cbd079fe1a271dcba23930820eb12f
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 \