Skip to content

Commit 9072f9d

Browse files
committed
[REF] Odoo 16.0-17.0: update to release 20241007
1 parent 190cdb6 commit 9072f9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

16.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN npm install -g rtlcss
6969

7070
# Install Odoo
7171
ENV ODOO_VERSION 16.0
72-
ARG ODOO_RELEASE=20240924
73-
ARG ODOO_SHA=1fb02a432e076dd71aca7a7611a07223919356b9
72+
ARG ODOO_RELEASE=20241007
73+
ARG ODOO_SHA=6fb4b7e5bbbc88991511c7ae1121c92625b99649
7474
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
7575
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
7676
&& apt-get update \

17.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
7171

7272
# Install Odoo
7373
ENV ODOO_VERSION 17.0
74-
ARG ODOO_RELEASE=20240924
75-
ARG ODOO_SHA=f1b567f442ff645793235cdfaba5be9204ee8b55
74+
ARG ODOO_RELEASE=20241007
75+
ARG ODOO_SHA=4fa14c442f44693556bba99eb4a6b90c13be9b7d
7676
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
7777
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
7878
&& apt-get update \

0 commit comments

Comments
 (0)