File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN set -x; \
44
44
45
45
# Install Odoo
46
46
ENV ODOO_VERSION 11.0
47
- ARG ODOO_RELEASE=20190816
48
- ARG ODOO_SHA=948e097925bfbba8ffd9682c2d0555dc9b539c0a
47
+ ARG ODOO_RELEASE=20191009
48
+ ARG ODOO_SHA=20f17b7c6c7206cc799c652964d09d4a27a22715
49
49
RUN set -x; \
50
50
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
51
51
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ RUN set -x;\
58
58
59
59
# Install Odoo
60
60
ENV ODOO_VERSION 12.0
61
- ARG ODOO_RELEASE=20190816
62
- ARG ODOO_SHA=e95cdfe23d16a8572b63bc8d8e8616be5bc18a0a
61
+ ARG ODOO_RELEASE=20191009
62
+ ARG ODOO_SHA=5f3623139c43c71b11dca6a87aaa0def0cf865d8
63
63
RUN set -x; \
64
64
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
65
65
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
You can’t perform that action at this time.
0 commit comments