[REF] Odoo 12-10 updated to 20181122.

This commit is contained in:
Veikko Väätäjä
2018-11-22 19:15:07 +02:00
parent dabb408616
commit 301ee4de32
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ RUN set -x; \
# Install Odoo
ENV ODOO_VERSION 10.0
ENV ODOO_RELEASE 20181121
ENV ODOO_RELEASE 20181122
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo '146c81b2400e8f470341db2eb3e972e0a08accce odoo.deb' | sha1sum -c - \
&& echo '5a435491190891fe7d47be7218b3853298f03bed odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \