Skip to content

Commit

Permalink
[REF] Odoo 13.0-15.0: update to release 20220110
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Jan 10, 2022
1 parent 51548ef commit 9c6f67f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 13.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20211229
ARG ODOO_SHA=7824405bb0f2752a9f7f73a07661b1fcd3d09c69
ARG ODOO_RELEASE=20220110
ARG ODOO_SHA=d7b3daafb97d47551e0754a874e3c39adbb39ae3
RUN 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 - \
&& apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions 14.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 14.0
ARG ODOO_RELEASE=20211229
ARG ODOO_SHA=8ab90c81faec34d60db5cff7a4f47276b6659a0f
ARG ODOO_RELEASE=20220110
ARG ODOO_SHA=a32b3d766e45320a0092b40b18728b326da1210c
RUN 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 - \
&& apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions 15.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20211229
ARG ODOO_SHA=9cb4888027bb55afc7dab2cef2d5ffb4f6ebce12
ARG ODOO_RELEASE=20220110
ARG ODOO_SHA=7a4c94d79da0b05894effbaff06ca2b7250f0569
RUN 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 - \
&& apt-get update \
Expand Down

0 comments on commit 9c6f67f

Please sign in to comment.