Skip to content

Commit beb0b7f

Browse files
committed
[REF] Odoo 16.0-18.0: update to release 20241209
1 parent 5c9e504 commit beb0b7f

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=20241125
73-
ARG ODOO_SHA=3bf9f45278efc7ae579b581543686fe75893699a
72+
ARG ODOO_RELEASE=20241209
73+
ARG ODOO_SHA=cec2ddcce6dd38867b6983dbe68b2c43b030cd12
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=20241125
75-
ARG ODOO_SHA=10482830e9ce1d9850e9b8fd335875fa034a44a9
74+
ARG ODOO_RELEASE=20241209
75+
ARG ODOO_SHA=001b05df41497bd08b49c9c44ad489026f4c4542
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=20241125
75-
ARG ODOO_SHA=855fddc45b4c9bc2e2a832d275f8168918ffe08b
74+
ARG ODOO_RELEASE=20241209
75+
ARG ODOO_SHA=e770c1c522d51a81e1b635babd9be08df17fa604
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)