[REF] Odoo 11.0-13.0: update to release 20200826

This commit is contained in:
Christophe Monniez
2020-08-26 08:11:51 +02:00
parent b4c45baf1f
commit 1bddcda4b2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 \