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

Closes #298
This commit is contained in:
Christophe Monniez
2020-04-17 11:07:57 +02:00
parent b4779b0e56
commit d38f9ccc04
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=13f30434cb4fb28b11d78fd4e7c616d03362f779
ARG ODOO_RELEASE=20200417
ARG ODOO_SHA=e21c34a263785eea09babd7a0d876ba05c841935
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 - \