From 0d7a76b1e4a50ecbfdf7ab4dc7fdf91eadffa974 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 4 Nov 2022 14:48:15 +0100 Subject: [PATCH] [REF] Odoo 14.0-16.0: update to release 20221104 --- 14.0/Dockerfile | 4 ++-- 15.0/Dockerfile | 4 ++-- 16.0/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/14.0/Dockerfile b/14.0/Dockerfile index 520e4b6..8b66dc5 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=20221025 -ARG ODOO_SHA=3be24ed710e51041a1b23d2ae55408077572cc5a +ARG ODOO_RELEASE=20221104 +ARG ODOO_SHA=43aca21407e6fa13957a1ab9e56a268f9d0bbc0b 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 cb17c41..8a6960e 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=20221025 -ARG ODOO_SHA=923fdec85ac9a4230fc93af00d12d8911a0613b4 +ARG ODOO_RELEASE=20221104 +ARG ODOO_SHA=0d374f0057f67fcece809b1c6acc3b8ad7b0c204 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 b3d76ce..f00172f 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -55,8 +55,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 16.0 -ARG ODOO_RELEASE=20221025 -ARG ODOO_SHA=b05756b507d2bdad65a0d76f88b0a90719ff0e44 +ARG ODOO_RELEASE=20221104 +ARG ODOO_SHA=992e4f25439ce8adf4c235d3a3876f4191404ef8 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 \