From cbd79f009ae0131996c7e50c80db28196aa587ad Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 8 Jul 2022 15:27:15 +0200 Subject: [PATCH] [REF] Odoo 13.0-15.0: update to release 20220708 --- 13.0/Dockerfile | 4 ++-- 14.0/Dockerfile | 4 ++-- 15.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/13.0/Dockerfile b/13.0/Dockerfile index 6a5ba1c..b8ef3c6 100644 --- a/13.0/Dockerfile +++ b/13.0/Dockerfile @@ -54,8 +54,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 13.0 -ARG ODOO_RELEASE=20220629 -ARG ODOO_SHA=e6873c12adae0dc8f8258d0e3b3d20f1f6408e4f +ARG ODOO_RELEASE=20220708 +ARG ODOO_SHA=95fae6ca695e8f93d7eb6abb79b3813d1b5d926b 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/14.0/Dockerfile b/14.0/Dockerfile index e9ab85b..e39a49e 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=20220629 -ARG ODOO_SHA=ecd7c70bcc58d29d1d43b78a0785d9926fc569b0 +ARG ODOO_RELEASE=20220708 +ARG ODOO_SHA=12774eac55ced7723f67be9e15577692162f4854 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 ee2d4a3..6f2f43c 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=20220629 -ARG ODOO_SHA=412a8b14730e958db607a5287c6f93112b8c4f50 +ARG ODOO_RELEASE=20220708 +ARG ODOO_SHA=5e393909c75b3c85ddaaabf587c48197b800e68b 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 \