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 20180808
26
+ ENV ODOO_RELEASE 20181008
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 '98736953010be3c578f4b9eb1c7e2c87da93a7bd odoo.deb' | sha1sum -c - \
29
+ && echo 'b94e32470287957ff4e1111e6c58e85c057f60db 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 20180808
29
+ ENV ODOO_RELEASE 20181008
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 'a48d588b76fd642ac9e1af63a38e4d87ee20531a odoo.deb' | sha1sum -c - \
32
+ && echo '28804ea596ea88eeb1cec5c6089436af0bd67d57 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 20181004
29
+ ENV ODOO_RELEASE 20181008
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 '3c8718416df355bc823a0c1cb4af6b8141183a3b odoo.deb' | sha1sum -c - \
32
+ && echo 'caedca66b655268f2f0fb8d2661593dabbf46b88 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