[REF] Odoo 12.0-13.0: bump to release 20201002

This commit is contained in:
Christophe Monniez 2020-10-02 14:27:06 +02:00
parent 61f9859983
commit 52216118ac
2 changed files with 4 additions and 4 deletions

View File

@ -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=20200826
ARG ODOO_SHA=3acc73ce5dfbe550d6ad617a4078b0a5d160f9db
ARG ODOO_RELEASE=20201002
ARG ODOO_SHA=c0412c5a5e45d010aed165107d513b4e6e1b2f5f
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 \

View File

@ -54,8 +54,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20200826
ARG ODOO_SHA=9fe7d55e64867d177519e99cc45f9ecfeb3746a3
ARG ODOO_RELEASE=20201002
ARG ODOO_SHA=4df562a3f643c42e90c4c648128dafd98d73f887
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 \