[REF] Odoo 16.0-18.0: update to release 20250207

master
Christophe Monniez 2025-02-07 11:52:51 +01:00
parent ece292231c
commit e70672aff8
3 changed files with 6 additions and 6 deletions

View File

@ -69,8 +69,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20250131
ARG ODOO_SHA=ce36944289e17a9dcdde842ba9ad8508f9436237
ARG ODOO_RELEASE=20250207
ARG ODOO_SHA=5ccf115b98cc27f86bdc30d1220cbcf7b4276f6c
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=20250131
ARG ODOO_SHA=985a939e070acb3ef2fa1b8b4f5d779c9e8d2733
ARG ODOO_RELEASE=20250207
ARG ODOO_SHA=99e6b16a8062831a8458a1d60f85bc637ed03bbb
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 18.0
ARG ODOO_RELEASE=20250131
ARG ODOO_SHA=7ca4d5ab97b14573489bdef9c5bdcb9f694975ca
ARG ODOO_RELEASE=20250207
ARG ODOO_SHA=5658df4949b61e3b910aaa1000ec2b14c2b565c9
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 \