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

This commit is contained in:
Christophe Monniez
2020-01-21 10:26:17 +01:00
parent 596a7cabc0
commit b82980338d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20191106
ARG ODOO_SHA=d6da6c631fb9926c4440f2016d623c37fa38d4ea
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=13f30434cb4fb28b11d78fd4e7c616d03362f779
RUN set -x; \
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 - \