diff --git a/16.0/Dockerfile b/16.0/Dockerfile index edf878a..ba5db99 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=20241029 -ARG ODOO_SHA=ac6b44b70f9b52d47818aa422c7e4d02cba9b05d +ARG ODOO_RELEASE=20241108 +ARG ODOO_SHA=0ac65f3a2ec8787626c4e472694461e31ae109d5 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 022e88c..fe5903c 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=20241029 -ARG ODOO_SHA=200c2bacf48dbb794c8fd55750a1adb0b59e32e0 +ARG ODOO_RELEASE=20241108 +ARG ODOO_SHA=b49bcf72c9e57e444483c84323fbd2fe878f7651 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/18.0/Dockerfile b/18.0/Dockerfile index ac8ccfa..afd32b0 100644 --- a/18.0/Dockerfile +++ b/18.0/Dockerfile @@ -71,8 +71,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 18.0 -ARG ODOO_RELEASE=20241029 -ARG ODOO_SHA=6bb4a15aa9304ea8642940b232227b1a3e9ac266 +ARG ODOO_RELEASE=20241108 +ARG ODOO_SHA=919f386aa25f0a10d537f09c945349b20c502f73 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 \