From 03840f1cf91518147e08359a012f0012349debd8 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Thu, 7 Oct 2021 13:36:29 +0200 Subject: [PATCH] [REF] Odoo 13.0-14.0: bump to release 20211007 --- 13.0/Dockerfile | 4 ++-- 14.0/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/13.0/Dockerfile b/13.0/Dockerfile index 07420c0..8a2533b 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=20211006 -ARG ODOO_SHA=b3545e9d1a28c5955c3fc95d5dbe726807ed70f6 +ARG ODOO_RELEASE=20211007 +ARG ODOO_SHA=5761202ca3dea1f89ad2e67a0f4111c5291f20e3 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 149a180..3a2186f 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=20211006 -ARG ODOO_SHA=468f467ce89e39b9aa735bbc70412000bd99b2c2 +ARG ODOO_RELEASE=20211007 +ARG ODOO_SHA=183bc4f2d640b53d5e2fb8fc06a1915a432c9ac7 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 \