[REF] Odoo 12-10 updated to 20181009.

This commit is contained in:
Veikko Väätäjä
2018-10-09 12:09:35 +03:00
parent 43dbd309ef
commit f7c5fa4b84
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 20181008
ENV ODOO_RELEASE 20181009
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo 'b94e32470287957ff4e1111e6c58e85c057f60db odoo.deb' | sha1sum -c - \
&& echo '95ee2c3396820573d8e3fc5ce36aa1174ecf6d26 odoo.deb' | sha1sum -c - \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \