From 2c634b7e37d7deaddd2d36b1b7fe811db5fa6367 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 10 Feb 2023 16:57:12 +0100 Subject: [PATCH] [REF] Odoo 14.0-16.0: update to release 20230210 --- 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 6dd7a85..c74f90a 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=20230109 -ARG ODOO_SHA=ef9eef9a5e5bbeb455ac7d1c05cc675e74876609 +ARG ODOO_RELEASE=20230210 +ARG ODOO_SHA=c10f97e1877f5e9173c24efdcbed129bd21328c4 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 5751812..1f1dff7 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=20230109 -ARG ODOO_SHA=618e45490616f63dfb68077523c2971cbb6cdda7 +ARG ODOO_RELEASE=20230210 +ARG ODOO_SHA=c8f3d1b3af6847c9b4e9d4750e0fc34b303911c7 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 04209e4..ef6393d 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=20230109 -ARG ODOO_SHA=884bf72c7318835b9ac56be2594032cbba7b8c7b +ARG ODOO_RELEASE=20230210 +ARG ODOO_SHA=57e7b2c7c1ca2fd82e430cd44d46453bc74daf47 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 \