Skip to content

Commit 4cb56b3

Browse files
committed
[REF] Odoo 16.0-18.0: update to release 20250428
1 parent 515f124 commit 4cb56b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

16.0/Dockerfile

+2-2
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=20250415
73-
ARG ODOO_SHA=4dba1e739c24a394f00cb6167fd84f9c9f6819b3
72+
ARG ODOO_RELEASE=20250428
73+
ARG ODOO_SHA=e5d936d73b4c08ce62eedebf7aa6d626507cee8b
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

+2-2
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=20250415
75-
ARG ODOO_SHA=c6145d4f40a728b0690ebb118d6331475c159566
74+
ARG ODOO_RELEASE=20250428
75+
ARG ODOO_SHA=7c3973809e0cf91494cfa2e795a43378263ca6e8
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

+2-2
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=20250415
75-
ARG ODOO_SHA=5011f09e346a00583ad38558edfcf309360fa53c
74+
ARG ODOO_RELEASE=20250428
75+
ARG ODOO_SHA=952a8f7148a7652809546ee7acdc2d66c09e04d9
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)