From 51548ef50fd9a0b2347f5fbd533ff9a84af4e084 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 29 Dec 2021 11:50:47 +0100 Subject: [PATCH] [REF] Odoo 13.0-15.0: update to release 20211229 --- 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 46b6b2d..22f54e8 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=20211220 -ARG ODOO_SHA=02d48b2c7cf5de7e7239d6c7c1fc8456ed3ccdd6 +ARG ODOO_RELEASE=20211229 +ARG ODOO_SHA=7824405bb0f2752a9f7f73a07661b1fcd3d09c69 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 a4701bf..0edffb5 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=20211220 -ARG ODOO_SHA=e97fa0f040b4c7b2529a7ab0a79b8926b575db46 +ARG ODOO_RELEASE=20211229 +ARG ODOO_SHA=8ab90c81faec34d60db5cff7a4f47276b6659a0f 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 87b8ff9..57177af 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=20211220 -ARG ODOO_SHA=40b41702d22857f29ef3e87056dd826e47c8feb0 +ARG ODOO_RELEASE=20211229 +ARG ODOO_SHA=9cb4888027bb55afc7dab2cef2d5ffb4f6ebce12 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 \