From c6ef467e928725f597810d05743d6b354ab2e0ab Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 4 Jan 2024 09:45:28 +0100 Subject: [PATCH] [REF] Odoo 15.0-17.0: update to release 20240104 --- 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 3efba7a..40e342c 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=20231222 -ARG ODOO_SHA=475688179c3857aa76c46f86486d848812ba046b +ARG ODOO_RELEASE=20240104 +ARG ODOO_SHA=af62378df9c727be6480f4cbc842fee621405f95 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 2678f11..621637a 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=20231222 -ARG ODOO_SHA=739d7dd119c00fa27ab1bcd140b70389ce271170 +ARG ODOO_RELEASE=20240104 +ARG ODOO_SHA=b404b131e0898bbd33849fb69dc97412219e64a3 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 990a270..7e7bbbf 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=20231222 -ARG ODOO_SHA=77d67d4b3f66db72c0f5a63eae7ab32fea4774b2 +ARG ODOO_RELEASE=20240104 +ARG ODOO_SHA=d6f7e9309786857f820333698010903b1c621c5e 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 \