From f2933c515831713d96614add0d0c5fd073a6153f Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 1 Apr 2022 10:01:46 +0200 Subject: [PATCH] [REF] Odoo 13.0-15.0: update to release 20220401 --- 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 5fd0105e5..8ab6849cb 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=20220325 -ARG ODOO_SHA=93b53403ec8f09103d6c2cb70dc4901756bc58d2 +ARG ODOO_RELEASE=20220401 +ARG ODOO_SHA=2af3333f6048663e921ea49d7dc836d4dcf31cb4 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 9ff33803c..de7209c58 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=20220325 -ARG ODOO_SHA=eabfcf757b772782f11db1ea484e9319be58c3c5 +ARG ODOO_RELEASE=20220401 +ARG ODOO_SHA=43eabf4f6f55cd2887dc123d955bfaf9c7f27a32 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 5c437baeb..59a2fc710 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=20220325 -ARG ODOO_SHA=3d498c38022150b5e3907f2d72346cefe3e16809 +ARG ODOO_RELEASE=20220401 +ARG ODOO_SHA=47f9d71dcfd0c0884969b361bc1bbe5f45fb3ac5 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 \