From 67e07c2791f2358d553765fb95f1baa779be09ec Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Mon, 29 Apr 2024 16:21:20 +0200 Subject: [PATCH] [REF] Odoo 15.0-17.0: update to release 20240429 --- 15.0/Dockerfile | 4 ++-- 16.0/Dockerfile | 4 ++-- 17.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/15.0/Dockerfile b/15.0/Dockerfile index 319d1b4..3f7297a 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=20240416 -ARG ODOO_SHA=9f48721922de9b671f233a979117757b1f2422fc +ARG ODOO_RELEASE=20240429 +ARG ODOO_SHA=ded89a7635233e5bcd27869f777980bf5a637b24 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/16.0/Dockerfile b/16.0/Dockerfile index 7717ac9..c164679 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -69,8 +69,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 16.0 -ARG ODOO_RELEASE=20240416 -ARG ODOO_SHA=d9418fee3ef105b40a58d89b8c7c500d34743ed5 +ARG ODOO_RELEASE=20240429 +ARG ODOO_SHA=ab6ca8c472e544073731b645f37fe3ae6fe02aac 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/17.0/Dockerfile b/17.0/Dockerfile index 980b6ee..e9abdc6 100644 --- a/17.0/Dockerfile +++ b/17.0/Dockerfile @@ -71,8 +71,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 17.0 -ARG ODOO_RELEASE=20240416 -ARG ODOO_SHA=994057dc6db742f62b0666b8edf5cd1623df78d0 +ARG ODOO_RELEASE=20240429 +ARG ODOO_SHA=12866ffdf469ce8e4639205bd74d59c211f37ed2 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 \