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

This commit is contained in:
Christophe Monniez
2022-10-25 13:50:38 +02:00
parent ad549a7c36
commit 7f37c5532e
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=20221012
ARG ODOO_SHA=55bf57fd9544ba5ea4033507eaf424cbbf1e95dc
ARG ODOO_RELEASE=20221025
ARG ODOO_SHA=923fdec85ac9a4230fc93af00d12d8911a0613b4
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 \