Skip to content

Commit b5f088d

Browse files
committed
[REF] Odoo 10.0-12.0: update to release 20190816
1 parent c6b7980 commit b5f088d

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
@@ -39,8 +39,8 @@ RUN set -x; \
3939

4040
# Install Odoo
4141
ENV ODOO_VERSION 10.0
42-
ARG ODOO_RELEASE=20190424
43-
ARG ODOO_SHA=1f4668c0e3b1597ffa931994952cf6fce87df37e
42+
ARG ODOO_RELEASE=20190816
43+
ARG ODOO_SHA=397cb4d458cb292edb0432dc8d39a466dce56b65
4444
RUN set -x; \
4545
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
4646
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \

11.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ RUN set -x; \
4444

4545
# Install Odoo
4646
ENV ODOO_VERSION 11.0
47-
ARG ODOO_RELEASE=20190424
48-
ARG ODOO_SHA=374ccf1d4cde0e73d79f970ef75188c78ee0e222
47+
ARG ODOO_RELEASE=20190816
48+
ARG ODOO_SHA=948e097925bfbba8ffd9682c2d0555dc9b539c0a
4949
RUN set -x; \
5050
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
5151
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \

12.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ RUN set -x;\
5858

5959
# Install Odoo
6060
ENV ODOO_VERSION 12.0
61-
ARG ODOO_RELEASE=20190424
62-
ARG ODOO_SHA=3885be6791b9b8c2a74115299e57213c71db4363
61+
ARG ODOO_RELEASE=20190816
62+
ARG ODOO_SHA=e95cdfe23d16a8572b63bc8d8e8616be5bc18a0a
6363
RUN set -x; \
6464
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6565
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \

0 commit comments

Comments
 (0)