Skip to content

Commit

Permalink
[REF] Odoo 13.0-15.0: update to release 20220217
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Feb 17, 2022
1 parent 3a872ab commit a88f547
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=20220204
ARG ODOO_SHA=bc23629b326a00db91e31a8a6735946519b78dd7
ARG ODOO_RELEASE=20220217
ARG ODOO_SHA=37c5e4abedbad70199f9588225a9c35f2d960d13
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=20220204
ARG ODOO_SHA=8af8029ab9176ac00776c7aa464af691dfa10547
ARG ODOO_RELEASE=20220217
ARG ODOO_SHA=b7a4ab618dc5144ebf02ff91d8c151dca30080d7
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=20220204
ARG ODOO_SHA=6f7f4163fb5c73a24df365ca392fad120c9973df
ARG ODOO_RELEASE=20220217
ARG ODOO_SHA=1cd3850c04e63652b2c66b73d8e8d7e013777e2f
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 a88f547

Please sign in to comment.