[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
@@ -53,8 +53,8 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=770d71cfafb9a8f8419b88f8033b964d5742ad57
ARG ODOO_RELEASE=20200417
ARG ODOO_SHA=db29fbcebf63f9f656e9445f462190ac775ee533
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 - \