Skip to content

Commit ea050e9

Browse files
committed
[REF] Odoo 8.0-10.0: update to release 20161103
1 parent ab612f2 commit ea050e9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

10.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RUN set -x; \
2323

2424
# Install Odoo
2525
ENV ODOO_VERSION 10.0
26-
ENV ODOO_RELEASE 20161025
26+
ENV ODOO_RELEASE 20161103
2727
RUN set -x; \
2828
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 - \
3030
&& dpkg --force-depends -i odoo.deb \
3131
&& apt-get update \
3232
&& apt-get -y install -f --no-install-recommends \

8.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ RUN set -x; \
2525

2626
# Install Odoo
2727
ENV ODOO_VERSION 8.0
28-
ENV ODOO_RELEASE 20161025
28+
ENV ODOO_RELEASE 20161103
2929
RUN set -x; \
3030
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 - \
3232
&& dpkg --force-depends -i odoo.deb \
3333
&& apt-get update \
3434
&& apt-get -y install -f --no-install-recommends \

9.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RUN set -x; \
2323

2424
# Install Odoo
2525
ENV ODOO_VERSION 9.0
26-
ENV ODOO_RELEASE 20161025
26+
ENV ODOO_RELEASE 20161103
2727
RUN set -x; \
2828
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 - \
3030
&& dpkg --force-depends -i odoo.deb \
3131
&& apt-get update \
3232
&& apt-get -y install -f --no-install-recommends \

0 commit comments

Comments
 (0)