File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ RUN set -x; \
26
26
27
27
# Install Odoo
28
28
ENV ODOO_VERSION 10.0
29
- ENV ODOO_RELEASE 20181109
29
+ ENV ODOO_RELEASE 20181126
30
30
RUN set -x; \
31
31
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 - \
33
33
&& dpkg --force-depends -i odoo.deb \
34
34
&& apt-get update \
35
35
&& apt-get -y install -f --no-install-recommends \
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ RUN set -x; \
28
28
29
29
# Install Odoo
30
30
ENV ODOO_VERSION 11.0
31
- ENV ODOO_RELEASE 20181109
31
+ ENV ODOO_RELEASE 20181126
32
32
RUN set -x; \
33
33
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 - \
35
35
&& dpkg --force-depends -i odoo.deb \
36
36
&& apt-get update \
37
37
&& apt-get -y install -f --no-install-recommends \
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ RUN set -x; \
28
28
29
29
# Install Odoo
30
30
ENV ODOO_VERSION 12.0
31
- ENV ODOO_RELEASE 20181109
31
+ ENV ODOO_RELEASE 20181126
32
32
RUN set -x; \
33
33
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 - \
35
35
&& dpkg --force-depends -i odoo.deb \
36
36
&& apt-get update \
37
37
&& apt-get -y install -f --no-install-recommends \
You can’t perform that action at this time.
0 commit comments