From 3f5fb1e41a006b19d21a8832ce0ec8974120c1cc Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 5 Apr 2024 10:10:08 +0200 Subject: [PATCH] [REF] Odoo 15.0-17.0: update to release 20240405 --- 15.0/Dockerfile | 4 ++-- 16.0/Dockerfile | 4 ++-- 17.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/15.0/Dockerfile b/15.0/Dockerfile index 9c01927..f724d16 100644 --- a/15.0/Dockerfile +++ b/15.0/Dockerfile @@ -55,8 +55,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 15.0 -ARG ODOO_RELEASE=20240325 -ARG ODOO_SHA=9a4e3ff382fef0e15308aa124a42952fc0f8d254 +ARG ODOO_RELEASE=20240405 +ARG ODOO_SHA=2bb90b9cfad5e331027ffdf9b59d8d40c776ca1c 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 \ diff --git a/16.0/Dockerfile b/16.0/Dockerfile index f39900e..afe1292 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -69,8 +69,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 16.0 -ARG ODOO_RELEASE=20240325 -ARG ODOO_SHA=88872b9636eae21266c72c95c96d1fc20a9fa9c8 +ARG ODOO_RELEASE=20240405 +ARG ODOO_SHA=52b55e39027e72c5383746c893503df7db467524 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 \ diff --git a/17.0/Dockerfile b/17.0/Dockerfile index 444b479..b590be6 100644 --- a/17.0/Dockerfile +++ b/17.0/Dockerfile @@ -71,8 +71,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 17.0 -ARG ODOO_RELEASE=20240325 -ARG ODOO_SHA=d137d4e0c5df0bee241a6078aa3ce0bf6953289e +ARG ODOO_RELEASE=20240405 +ARG ODOO_SHA=da9e09a429982d3b70ec0eef6c282b7a72eda47a 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 \