Skip to content

Commit

Permalink
[REF] Odoo 13.0-15.0: update to release 20220812
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Aug 12, 2022
1 parent d0da651 commit 2cfc365
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=20220727
ARG ODOO_SHA=2671e352d9f46cc4ef24334cde0d4051634e9c61
ARG ODOO_RELEASE=20220812
ARG ODOO_SHA=cde4183434f9004943b5ed5792c4d899e1901d06
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=20220727
ARG ODOO_SHA=bd11bdc60157ae345991e230fa4fb77b79dd1467
ARG ODOO_RELEASE=20220812
ARG ODOO_SHA=91048a02688e4d22aa188db7802e2eb6c07cb081
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=20220727
ARG ODOO_SHA=bf4eae33f81c54c73b83d9c05a318b6e00b43e80
ARG ODOO_RELEASE=20220812
ARG ODOO_SHA=20c4eee998dc54c413d06bb17c59645a3d6a6e04
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 2cfc365

Please sign in to comment.