diff --git a/14.0/Dockerfile b/14.0/Dockerfile index cffe398..590f883 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=20230613 -ARG ODOO_SHA=e73fbeab19595d52e7ebae3081d3989ee415f43f +ARG ODOO_RELEASE=20230629 +ARG ODOO_SHA=621799a3ab09aacdf4139b3dbea6af48a2fb0df0 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 a9ee40c..7f451da 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=20230613 -ARG ODOO_SHA=069b72fbdce8c39278961f659a16b244c94ea83b +ARG ODOO_RELEASE=20230629 +ARG ODOO_SHA=0d61fc77caa30bb4687fe3418606581f29bbb6ae 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 8cd23bf..6cc2377 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -57,8 +57,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 16.0 -ARG ODOO_RELEASE=20230613 -ARG ODOO_SHA=5cd43e65a2c3836894e14fc902a935bf84c64877 +ARG ODOO_RELEASE=20230629 +ARG ODOO_SHA=ef1a7436be87a897efa0d0b4a50a159d2ee3e1e3 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 \