Skip to content

Commit acacd14

Browse files
committed
[REF] Odoo 16.0-18.0: update to release 20241029
1 parent decdaff commit acacd14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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=20241017
73-
ARG ODOO_SHA=7223ab5d65a42a6d189cdfb5397716a51ef512f9
72+
ARG ODOO_RELEASE=20241029
73+
ARG ODOO_SHA=ac6b44b70f9b52d47818aa422c7e4d02cba9b05d
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=20241017
75-
ARG ODOO_SHA=e5d7e6c6d011698cb6589e2a9b717caaac69df35
74+
ARG ODOO_RELEASE=20241029
75+
ARG ODOO_SHA=200c2bacf48dbb794c8fd55750a1adb0b59e32e0
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 \

18.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 18.0
74-
ARG ODOO_RELEASE=20241017
75-
ARG ODOO_SHA=dc1c1e8bb1323fd32ce1bd830bb1d6c6d93098c7
74+
ARG ODOO_RELEASE=20241029
75+
ARG ODOO_SHA=6bb4a15aa9304ea8642940b232227b1a3e9ac266
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)