From 545e19bca196adead368bc895ebd2860dbc4cd9a Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 20 May 2022 13:09:06 +0200 Subject: [PATCH] [REF] Odoo 13.0-15.0: update to release 20220520 --- 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 9711a15..13eee58 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=20220506 -ARG ODOO_SHA=3dcd6300b65a9f644a4dfc20989ae94b4a1f0b75 +ARG ODOO_RELEASE=20220520 +ARG ODOO_SHA=33fd70bdad094c91ccf445753be2043c9b059b33 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 6fe39d5..26f4b8c 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=20220506 -ARG ODOO_SHA=ac816b4769fe14b9a7894790fcf7d98bcb6c3741 +ARG ODOO_RELEASE=20220520 +ARG ODOO_SHA=f666f4a72c7ace2fa13eea01970012011c7d4828 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 a05dd39..725e700 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=20220506 -ARG ODOO_SHA=5c6b3e4f33d03472e6ee668b340984b7661de14a +ARG ODOO_RELEASE=20220520 +ARG ODOO_SHA=0663b11f4c05c66aadfe74fbd27b14beaa9e0f07 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 \