diff --git a/14.0/Dockerfile b/14.0/Dockerfile index 0d70903..6dd7a85 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=20221226 -ARG ODOO_SHA=ec385462138e5027be4cf452844a3df3a8ef3573 +ARG ODOO_RELEASE=20230109 +ARG ODOO_SHA=ef9eef9a5e5bbeb455ac7d1c05cc675e74876609 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 8747cc5..5751812 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=20221226 -ARG ODOO_SHA=37216e653c8db933790cc994b7cbad526a285e2b +ARG ODOO_RELEASE=20230109 +ARG ODOO_SHA=618e45490616f63dfb68077523c2971cbb6cdda7 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 acb8be9..04209e4 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=20221226 -ARG ODOO_SHA=09e2bc4c27fc92a7f26928de61c122d18f550917 +ARG ODOO_RELEASE=20230109 +ARG ODOO_SHA=884bf72c7318835b9ac56be2594032cbba7b8c7b 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 \