Skip to content

Commit

Permalink
[REF] Odoo 15.0-17.0: update to release 20240812
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Aug 12, 2024
1 parent b4cccf3 commit 801d34e
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=20240809
ARG ODOO_SHA=885c9ba6d3b5ed81936002bb35b44bf2a94a5379
ARG ODOO_RELEASE=20240812
ARG ODOO_SHA=e7a94dd172521969648670f3995d7c8c3f32941c
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=20240809
ARG ODOO_SHA=e85b20bf653a7a1d5e5b5665e3fd5124c12e9ce1
ARG ODOO_RELEASE=20240812
ARG ODOO_SHA=4dd27a13b50e32011048d75444bc31a022c67618
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=20240809
ARG ODOO_SHA=c2487acec34fab9f9dbdd4beaa15c58db90d37be
ARG ODOO_RELEASE=20240812
ARG ODOO_SHA=f42fe6e80daa50d3198987e9d76373cfa6e4396c
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 801d34e

Please sign in to comment.