Skip to content

Commit

Permalink
[REF] Odoo 16.0-18.0: update to release 20241125
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Nov 25, 2024
1 parent 593824b commit 5c9e504
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=20241118
ARG ODOO_SHA=105ceca6241c08e989d505eafc29307cb5c47eb1
ARG ODOO_RELEASE=20241125
ARG ODOO_SHA=3bf9f45278efc7ae579b581543686fe75893699a
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=20241118
ARG ODOO_SHA=dfe488ab08285c524b7ee4ea7fa3108e23fd3cc6
ARG ODOO_RELEASE=20241125
ARG ODOO_SHA=10482830e9ce1d9850e9b8fd335875fa034a44a9
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=20241118
ARG ODOO_SHA=1b907c8c28df9e8e1ef0593b995e8c3408c65c43
ARG ODOO_RELEASE=20241125
ARG ODOO_SHA=855fddc45b4c9bc2e2a832d275f8168918ffe08b
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 5c9e504

Please sign in to comment.