Skip to content

Commit

Permalink
[REF] Odoo 16.0-18.0: update to release 20250115
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Jan 15, 2025
1 parent cb992de commit a1b72bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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=20250106
ARG ODOO_SHA=333d25fa5ce0e5c43149800d50a7870f3b2c90ec
ARG ODOO_RELEASE=20250115
ARG ODOO_SHA=442da1ce17c084cdfd091dcecba4bef79c081838
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=20250106
ARG ODOO_SHA=992ed03cd110444dadd906fff010e3becd275148
ARG ODOO_RELEASE=20250115
ARG ODOO_SHA=c149d34b84dae91e0b8fd173c9e2e9bc82a8b60f
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 18.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 18.0
ARG ODOO_RELEASE=20250106
ARG ODOO_SHA=3517a8f0e635553c98ec8c52787e1fb7c7c1937a
ARG ODOO_RELEASE=20250115
ARG ODOO_SHA=81e4f8d693ad8d49e37f2e5f6766b2746320b7cb
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 a1b72bf

Please sign in to comment.