Skip to content

Commit

Permalink
Odoo: Update 8.0 and 9.0 to version 20151215
Browse files Browse the repository at this point in the history
  • Loading branch information
aab-odoo committed Dec 16, 2015
1 parent 6e12a64 commit 3c6b6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN set -x; \

# Install Odoo
ENV ODOO_VERSION 8.0
ENV ODOO_RELEASE 20151008
ENV ODOO_RELEASE 20151215
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& dpkg --force-depends -i odoo.deb \
Expand Down
4 changes: 2 additions & 2 deletions 9.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RUN set -x; \

# Install Odoo
ENV ODOO_VERSION 9.0
ENV ODOO_RELEASE 20151008
ENV ODOO_RELEASE 20151215
RUN set -x; \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
curl -o odoo.deb -SL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}c.${ODOO_RELEASE}_all.deb \
&& dpkg --force-depends -i odoo.deb \
&& apt-get update \
&& apt-get -y install -f --no-install-recommends \
Expand Down

0 comments on commit 3c6b6b5

Please sign in to comment.