From df8788b1e0cc6e7570869a20a17f482c71bcf6c7 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Tue, 18 Apr 2023 14:36:53 +0200 Subject: [PATCH] [REF] Odoo 14.0-16.0: update to release 20230418 --- 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 4fb6601..2deeabe 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=20230329 -ARG ODOO_SHA=940676f897cf2e7cf056ce665ebea9385c80dfcb +ARG ODOO_RELEASE=20230418 +ARG ODOO_SHA=328906b0728ba10b19ce1ef5c4d98caba2fb38dd 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 b622b44..4973feb 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=20230329 -ARG ODOO_SHA=6e714b334c69b3ed396ce5f5c5a87603736bce80 +ARG ODOO_RELEASE=20230418 +ARG ODOO_SHA=429b040f5ac5dd1b0c55d1ea7cb7063645479a8e 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 aa348d7..6312b01 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=20230329 -ARG ODOO_SHA=21ec62a768439b5a2ce736aba6899801e73073a6 +ARG ODOO_RELEASE=20230418 +ARG ODOO_SHA=0a06b542c7cca901ff0c10439f948ac4645e319a 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 \