File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ RUN set -x; \
23
23
24
24
# Install Odoo
25
25
ENV ODOO_VERSION 10.0
26
- ENV ODOO_RELEASE 20161025
26
+ ENV ODOO_RELEASE 20161103
27
27
RUN set -x; \
28
28
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
29
- && echo 'e2376dc8efe0255c9c233b033d73a4766791960f odoo.deb' | sha1sum -c - \
29
+ && echo '298b9a3c752fbe8df1e6bc7e5ab9d84ce7d0061b odoo.deb' | sha1sum -c - \
30
30
&& dpkg --force-depends -i odoo.deb \
31
31
&& apt-get update \
32
32
&& apt-get -y install -f --no-install-recommends \
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ RUN set -x; \
25
25
26
26
# Install Odoo
27
27
ENV ODOO_VERSION 8.0
28
- ENV ODOO_RELEASE 20161025
28
+ ENV ODOO_RELEASE 20161103
29
29
RUN set -x; \
30
30
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
31
- && echo '6c43a1e2984266d257062b649676c6e327498c8c odoo.deb' | sha1sum -c - \
31
+ && echo '1f0312e64731fd8f6c0d8bf9b3516ff1b13d01f2 odoo.deb' | sha1sum -c - \
32
32
&& dpkg --force-depends -i odoo.deb \
33
33
&& apt-get update \
34
34
&& apt-get -y install -f --no-install-recommends \
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ RUN set -x; \
23
23
24
24
# Install Odoo
25
25
ENV ODOO_VERSION 9.0
26
- ENV ODOO_RELEASE 20161025
26
+ ENV ODOO_RELEASE 20161103
27
27
RUN set -x; \
28
28
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}c.${ODOO_RELEASE}_all.deb \
29
- && echo '126f7dc1de2f3c6faf3c4b5958c46ba628691fef odoo.deb' | sha1sum -c - \
29
+ && echo 'b5f88c06d8ba3475fa5ef15d93e504891c648f8e odoo.deb' | sha1sum -c - \
30
30
&& dpkg --force-depends -i odoo.deb \
31
31
&& apt-get update \
32
32
&& apt-get -y install -f --no-install-recommends \
You can’t perform that action at this time.
0 commit comments