From 69194a6afafe50da6ff7cc0db0322f797b5f1386 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 29 Jun 2022 15:19:59 +0200 Subject: [PATCH] [REF] Odoo 13.0-15.0: update to release 20220629 --- 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 47c6f26..6a5ba1c 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=20220620 -ARG ODOO_SHA=6bfc680c42e4fd310281712c3467902d8db8cb56 +ARG ODOO_RELEASE=20220629 +ARG ODOO_SHA=e6873c12adae0dc8f8258d0e3b3d20f1f6408e4f 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 8bced32..e9ab85b 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=20220620 -ARG ODOO_SHA=dc5475c3c9f9affc2f795be7922efc887d4a5d29 +ARG ODOO_RELEASE=20220629 +ARG ODOO_SHA=ecd7c70bcc58d29d1d43b78a0785d9926fc569b0 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 ae4a1af..ee2d4a3 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=20220620 -ARG ODOO_SHA=38e219e59c019757bc0662e90e2f2586faf93f5e +ARG ODOO_RELEASE=20220629 +ARG ODOO_SHA=412a8b14730e958db607a5287c6f93112b8c4f50 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 \