From 8be11ad8773c735755378d7ac6399a7bdacd2479 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 29 Mar 2023 12:16:06 +0200 Subject: [PATCH] [REF] Odoo 14.0-16.0: update to release 20230329 --- 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 e9915d5..4fb6601 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=20230317 -ARG ODOO_SHA=4b677e345f13d6421d78f6a3f3dce4ccf6bd2a99 +ARG ODOO_RELEASE=20230329 +ARG ODOO_SHA=940676f897cf2e7cf056ce665ebea9385c80dfcb 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 b847e03..b622b44 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=20230317 -ARG ODOO_SHA=2ebd7a6c36e415ed18a19148d2a1d8958d140bef +ARG ODOO_RELEASE=20230329 +ARG ODOO_SHA=6e714b334c69b3ed396ce5f5c5a87603736bce80 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 2cd9b36..aa348d7 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=20230317 -ARG ODOO_SHA=13d351efd1263e2db7788a7c4995935752eab898 +ARG ODOO_RELEASE=20230329 +ARG ODOO_SHA=21ec62a768439b5a2ce736aba6899801e73073a6 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 \