Skip to content

Commit 3b5c6ae

Browse files
committed
[REF] Odoo 10.0-12.0: update to release 20181109
1 parent f71a222 commit 3b5c6ae

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 20181008
26+
ENV ODOO_RELEASE 20181109
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 'b94e32470287957ff4e1111e6c58e85c057f60db odoo.deb' | sha1sum -c - \
29+
&& echo '8b24a5a3e36aed8986d3d6b19c8a255ee72cd658 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
@@ -26,10 +26,10 @@ RUN set -x; \
2626

2727
# Install Odoo
2828
ENV ODOO_VERSION 11.0
29-
ENV ODOO_RELEASE 20181008
29+
ENV ODOO_RELEASE 20181109
3030
RUN set -x; \
3131
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 - \
3333
&& dpkg --force-depends -i odoo.deb \
3434
&& apt-get update \
3535
&& apt-get -y install -f --no-install-recommends \

12.0/Dockerfile

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

2727
# Install Odoo
2828
ENV ODOO_VERSION 12.0
29-
ENV ODOO_RELEASE 20181008
29+
ENV ODOO_RELEASE 20181109
3030
RUN set -x; \
3131
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 - \
3333
&& dpkg --force-depends -i odoo.deb \
3434
&& apt-get update \
3535
&& apt-get -y install -f --no-install-recommends \

0 commit comments

Comments
 (0)