From 7f1788b597f69ba59dcb8d7b8d92ab1693bc7ee1 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 2 Dec 2022 10:00:45 +0100 Subject: [PATCH] [REF] Odoo 14.0-16.0: update to release 20221202 --- 14.0/Dockerfile | 4 ++-- 15.0/Dockerfile | 4 ++-- 16.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/14.0/Dockerfile b/14.0/Dockerfile index 1dd1c3f..675ee4d 100644 --- a/14.0/Dockerfile +++ b/14.0/Dockerfile @@ -55,8 +55,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 14.0 -ARG ODOO_RELEASE=20221116 -ARG ODOO_SHA=e547e291f4ee0cc779f0d4a30fd6e4463bb21910 +ARG ODOO_RELEASE=20221202 +ARG ODOO_SHA=41a75eecbf06b0adfc5537a476e406d28557f938 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/15.0/Dockerfile b/15.0/Dockerfile index da3dc7a..452b50b 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=20221116 -ARG ODOO_SHA=2e8e5d5851e711fe1e1b19dad9dce224fa2ef25f +ARG ODOO_RELEASE=20221202 +ARG ODOO_SHA=d0ee50281624260267085ee90302d1fe422eebbb 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 0c6384a..b5d3cf6 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -55,8 +55,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 16.0 -ARG ODOO_RELEASE=20221116 -ARG ODOO_SHA=ccf93359e8685c4d47d15636cc0c6a1f8ae9b52e +ARG ODOO_RELEASE=20221202 +ARG ODOO_SHA=3ffc37e18490c281cae46fc5cb52edbf7e41738a 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 \