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

This commit is contained in:
Christophe Monniez 2023-11-20 13:30:33 +01:00
parent 37a68eedff
commit d669144f88
3 changed files with 6 additions and 6 deletions

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20231113
ARG ODOO_SHA=13ab7feaaa6f94269bfe4ff8922363ee7aac617c
ARG ODOO_RELEASE=20231120
ARG ODOO_SHA=e9b17c526485b15053924eba01c7dca4d8db9653
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 \

View File

@ -69,8 +69,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20231113
ARG ODOO_SHA=32bcde397225f27f01874218e43d55e70bd61814
ARG ODOO_RELEASE=20231120
ARG ODOO_SHA=97b5f7e7d545b4c8f29b133b01d64f6049c88c78
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 \

View File

@ -71,8 +71,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 17.0
ARG ODOO_RELEASE=20231113
ARG ODOO_SHA=b72a32e3356084adb637334b45b110cdedc8ab0c
ARG ODOO_RELEASE=20231120
ARG ODOO_SHA=57b836de2901c4ec5e3de433eb9258024701d255
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 \