Skip to content

Commit

Permalink
[REF] Odoo 11.0-13.0: update to release 20200121
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Jan 21, 2020
1 parent 596a7ca commit b829803
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 11.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN set -x; \

# Install Odoo
ENV ODOO_VERSION 11.0
ARG ODOO_RELEASE=20191106
ARG ODOO_SHA=d6da6c631fb9926c4440f2016d623c37fa38d4ea
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=13f30434cb4fb28b11d78fd4e7c616d03362f779
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 @@ -63,8 +63,8 @@ RUN set -x;\

# Install Odoo
ENV ODOO_VERSION 12.0
ARG ODOO_RELEASE=20191106
ARG ODOO_SHA=8dd3d36bd371b1eb6fbeb9ff7b049c8aea84327c
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=cb0bcb5d239983468c2e3b3f7cf17f58df820b1c
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 13.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN set -x; \

# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20191106
ARG ODOO_SHA=b13bec4d20dfe36f1baa923719e37ea6bbe18a7d
ARG ODOO_RELEASE=20200121
ARG ODOO_SHA=770d71cfafb9a8f8419b88f8033b964d5742ad57
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 b829803

Please sign in to comment.