Skip to content

Commit d036067

Browse files
committed
[REF] Odoo 10.0-12.0: update to release 20181126
1 parent 5935496 commit d036067

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
@@ -26,10 +26,10 @@ RUN set -x; \
2626

2727
# Install Odoo
2828
ENV ODOO_VERSION 10.0
29-
ENV ODOO_RELEASE 20181109
29+
ENV ODOO_RELEASE 20181126
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 '8b24a5a3e36aed8986d3d6b19c8a255ee72cd658 odoo.deb' | sha1sum -c - \
32+
&& echo 'a68f31336b103c9cc334d8eb2f88bd5e754b5d74 odoo.deb' | sha1sum -c - \
3333
&& dpkg --force-depends -i odoo.deb \
3434
&& apt-get update \
3535
&& 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
@@ -28,10 +28,10 @@ RUN set -x; \
2828

2929
# Install Odoo
3030
ENV ODOO_VERSION 11.0
31-
ENV ODOO_RELEASE 20181109
31+
ENV ODOO_RELEASE 20181126
3232
RUN set -x; \
3333
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
34-
&& echo '04823230d99d16dbaf157c55cfad632db4559060 odoo.deb' | sha1sum -c - \
34+
&& echo '57e270cd958ca97b3920d7187c8967e1458d975c odoo.deb' | sha1sum -c - \
3535
&& dpkg --force-depends -i odoo.deb \
3636
&& apt-get update \
3737
&& 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
@@ -28,10 +28,10 @@ RUN set -x; \
2828

2929
# Install Odoo
3030
ENV ODOO_VERSION 12.0
31-
ENV ODOO_RELEASE 20181109
31+
ENV ODOO_RELEASE 20181126
3232
RUN set -x; \
3333
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
34-
&& echo 'fcaa0f72ecc8a4fa5636948a8966f7584eab1fac odoo.deb' | sha1sum -c - \
34+
&& echo '30fb8530c596d5606b079c45f1be15f423431fdd odoo.deb' | sha1sum -c - \
3535
&& dpkg --force-depends -i odoo.deb \
3636
&& apt-get update \
3737
&& apt-get -y install -f --no-install-recommends \

0 commit comments

Comments
 (0)