Skip to content

Commit 199c206

Browse files
committed
[REF] Odoo 9.0-11.0: update to release 20171030
1 parent 751e970 commit 199c206

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 20170815
26+
ENV ODOO_RELEASE 20171030
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 '08d21e6419a72be7a3ad784df7a6fc8a46bbe7d9 odoo.deb' | sha1sum -c - \
29+
&& echo 'b250b2bbcda6056146d323eb0d7a1e609a09d0ec odoo.deb' | sha1sum -c - \
3030
&& dpkg --force-depends -i odoo.deb \
3131
&& apt-get update \
3232
&& apt-get -y install -f --no-install-recommends \

11.0/Dockerfile

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

2323
# Install Odoo
2424
ENV ODOO_VERSION 11.0
25-
ENV ODOO_RELEASE 20171013
25+
ENV ODOO_RELEASE 20171030
2626
RUN set -x; \
2727
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
28-
&& echo '596e01ef47fda076f086791a12eb360af42d9a14 odoo.deb' | sha1sum -c - \
28+
&& echo '63d3fd997c850b657b93fb9351624d88d45d1682 odoo.deb' | sha1sum -c - \
2929
&& dpkg --force-depends -i odoo.deb \
3030
&& apt-get update \
3131
&& 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 20170815
26+
ENV ODOO_RELEASE 20171030
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 '3d3b34cbbcd5f3fb739e85a2c855955322c0f328 odoo.deb' | sha1sum -c - \
29+
&& echo '5062e9422ca76f89eaf3edff49e496ca916fcca5 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)