Skip to content

Commit

Permalink
[REF] Odoo 15.0-17.0: update to release 20240522
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed May 22, 2024
1 parent 28c9d06 commit ea74918
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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=20240513
ARG ODOO_SHA=4404e4d34277a7d77918d1dcea67bc0fc98ba9fe
ARG ODOO_RELEASE=20240522
ARG ODOO_SHA=fee63fd1fae4b39df565744c3802bc09d65312d3
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 16.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20240513
ARG ODOO_SHA=a1e0f0f72a7c09367bc0c09c4b75e801d15e11e6
ARG ODOO_RELEASE=20240522
ARG ODOO_SHA=bcf783566f132d6391a2e2ee779ce082e904643d
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 17.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 17.0
ARG ODOO_RELEASE=20240513
ARG ODOO_SHA=5ec8f5007ad564279fd06edfe90cf197711fcfd3
ARG ODOO_RELEASE=20240522
ARG ODOO_SHA=cc1b723a48b09ba80ee737dc10b4b08572811746
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 ea74918

Please sign in to comment.