Update version odoo
This commit is contained in:
parent
c6b79809f0
commit
3b4a4775ef
@ -44,8 +44,8 @@ RUN set -x; \
|
|||||||
|
|
||||||
# Install Odoo
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 11.0
|
ENV ODOO_VERSION 11.0
|
||||||
ARG ODOO_RELEASE=20190424
|
ARG ODOO_RELEASE=20190718
|
||||||
ARG ODOO_SHA=374ccf1d4cde0e73d79f970ef75188c78ee0e222
|
ARG ODOO_SHA=8c8f6a6cbb191c8699cfb945cd1b30d189c1a3db
|
||||||
RUN set -x; \
|
RUN set -x; \
|
||||||
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
|
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 - \
|
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
|
||||||
|
Loading…
Reference in New Issue
Block a user