Skip to content

Commit f8af1a8

Browse files
committed
[REF] Odoo 8.0-10.0: update to release 20170207
fixes #89 closes #101
1 parent c97e82a commit f8af1a8

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 20161123
26+
ENV ODOO_RELEASE 20170207
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 '3c9edd6f1b5673c2a87fe65cfa5f404ef5f9c8e7 odoo.deb' | sha1sum -c - \
29+
&& echo '5d2fb0cc03fa0795a7b2186bb341caa74d372e82 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 20161123
28+
ENV ODOO_RELEASE 20170207
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 'fcc9fa35fae811958ee08a0f51dfc23242e755b6 odoo.deb' | sha1sum -c - \
31+
&& echo 'cd8c1dc9d2ddf5a538381eed85871a2e343ec8ae 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 20161123
26+
ENV ODOO_RELEASE 20170207
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 'c9e66e878146940ef188eaa8c9bc5da7e4306982 odoo.deb' | sha1sum -c - \
29+
&& echo '4ff504f4b2a49667a0bc8bbca95079305d8108c8 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)