Skip to content

Commit

Permalink
[REF] Odoo 11.0-12.0: update to release 20191009
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Oct 12, 2019
1 parent 6e7938a commit 0660495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 11.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN set -x; \

# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20190816
ARG ODOO_SHA=948e097925bfbba8ffd9682c2d0555dc9b539c0a
ARG ODOO_RELEASE=20191009
ARG ODOO_SHA=20f17b7c6c7206cc799c652964d09d4a27a22715
RUN set -x; \
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions 12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN set -x;\

# Install Odoo
ENV ODOO_VERSION 12.0
ARG ODOO_RELEASE=20190816
ARG ODOO_SHA=e95cdfe23d16a8572b63bc8d8e8616be5bc18a0a
ARG ODOO_RELEASE=20191009
ARG ODOO_SHA=5f3623139c43c71b11dca6a87aaa0def0cf865d8
RUN set -x; \
curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
Expand Down

0 comments on commit 0660495

Please sign in to comment.