Skip to content

Commit 564eb08

Browse files
committed
[REF] Odoo 16.0-18.0: update to release 20250401
1 parent 7f95110 commit 564eb08

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=20250320
73-
ARG ODOO_SHA=afeb7a27c193173e499ad6c9e7d6c391e53b7834
72+
ARG ODOO_RELEASE=20250401
73+
ARG ODOO_SHA=b2964a946a8daebf40453dc30f97bfa093471b0b
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=20250320
75-
ARG ODOO_SHA=c427512d5be13d9f7de37564f291b96edc556919
74+
ARG ODOO_RELEASE=20250401
75+
ARG ODOO_SHA=7c4814eb00f0eb50ef5a16c31f241d6e69a05bb2
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=20250320
75-
ARG ODOO_SHA=f2b9056ce21821292062f3d753dc38dacc3afe4d
74+
ARG ODOO_RELEASE=20250401
75+
ARG ODOO_SHA=e855a2ae12dd342571629c9e9e7e531bebff3fb2
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)