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 20181008
26
+ ENV ODOO_RELEASE 20181109
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 'b94e32470287957ff4e1111e6c58e85c057f60db odoo.deb' | sha1sum -c - \
29
+ && echo '8b24a5a3e36aed8986d3d6b19c8a255ee72cd658 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 @@ -26,10 +26,10 @@ RUN set -x; \
26
26
27
27
# Install Odoo
28
28
ENV ODOO_VERSION 11.0
29
- ENV ODOO_RELEASE 20181008
29
+ ENV ODOO_RELEASE 20181109
30
30
RUN set -x; \
31
31
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
32
- && echo '28804ea596ea88eeb1cec5c6089436af0bd67d57 odoo.deb' | sha1sum -c - \
32
+ && echo '04823230d99d16dbaf157c55cfad632db4559060 odoo.deb' | sha1sum -c - \
33
33
&& dpkg --force-depends -i odoo.deb \
34
34
&& apt-get update \
35
35
&& apt-get -y install -f --no-install-recommends \
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN set -x; \
26
26
27
27
# Install Odoo
28
28
ENV ODOO_VERSION 12.0
29
- ENV ODOO_RELEASE 20181008
29
+ ENV ODOO_RELEASE 20181109
30
30
RUN set -x; \
31
31
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
32
- && echo 'caedca66b655268f2f0fb8d2661593dabbf46b88 odoo.deb' | sha1sum -c - \
32
+ && echo 'fcaa0f72ecc8a4fa5636948a8966f7584eab1fac odoo.deb' | sha1sum -c - \
33
33
&& dpkg --force-depends -i odoo.deb \
34
34
&& apt-get update \
35
35
&& apt-get -y install -f --no-install-recommends \
You can’t perform that action at this time.
0 commit comments