Update to 20201105 release

Solves the update_debug_manager issue when using enterprise addons
This commit is contained in:
asanchez97 2020-11-05 14:25:40 -06:00 committed by GitHub
parent b5260037cb
commit a5266bab14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20201026
ARG ODOO_SHA=d3f043345c04674bba81762d0afd88dab52aab36
ARG ODOO_RELEASE=20201105
ARG ODOO_SHA=9f1768a35eb332e029c60969ca1d548a262ccbf9
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 \