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

This commit is contained in:
Christophe Monniez
2022-11-04 14:48:15 +01:00
parent 7f37c5532e
commit 0d7a76b1e4
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 14.0
ARG ODOO_RELEASE=20221025
ARG ODOO_SHA=3be24ed710e51041a1b23d2ae55408077572cc5a
ARG ODOO_RELEASE=20221104
ARG ODOO_SHA=43aca21407e6fa13957a1ab9e56a268f9d0bbc0b
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 \