diff --git a/11.0/Dockerfile b/11.0/Dockerfile index f69e029..37fdf95 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -53,8 +53,8 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main' > /etc # Install Odoo ENV ODOO_VERSION 11.0 -ARG ODOO_RELEASE=20200629 -ARG ODOO_SHA=3c9c5bb32d7d878b246624a4dfc233080a2b5888 +ARG ODOO_RELEASE=20200826 +ARG ODOO_SHA=cf5c3c766ba42861ede4ec9b4027dfc910818a01 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/12.0/Dockerfile b/12.0/Dockerfile index 2e1a5ba..f989c1d 100644 --- a/12.0/Dockerfile +++ b/12.0/Dockerfile @@ -67,8 +67,8 @@ RUN echo "deb http://deb.nodesource.com/node_8.x stretch main" > /etc/apt/source # Install Odoo ENV ODOO_VERSION 12.0 -ARG ODOO_RELEASE=20200629 -ARG ODOO_SHA=3c334ba4178b346839679895468ca786bcce9b5f +ARG ODOO_RELEASE=20200826 +ARG ODOO_SHA=3acc73ce5dfbe550d6ad617a4078b0a5d160f9db 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/13.0/Dockerfile b/13.0/Dockerfile index 4390769..794c069 100644 --- a/13.0/Dockerfile +++ b/13.0/Dockerfile @@ -54,8 +54,8 @@ RUN npm install -g rtlcss # Install Odoo ENV ODOO_VERSION 13.0 -ARG ODOO_RELEASE=20200629 -ARG ODOO_SHA=1d86e2728a65ed2c9f6ea9b6b893df878f75599e +ARG ODOO_RELEASE=20200826 +ARG ODOO_SHA=9fe7d55e64867d177519e99cc45f9ecfeb3746a3 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 \