File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ RUN npm install -g rtlcss
69
69
70
70
# Install Odoo
71
71
ENV ODOO_VERSION 16.0
72
- ARG ODOO_RELEASE=20250401
73
- ARG ODOO_SHA=b2964a946a8daebf40453dc30f97bfa093471b0b
72
+ ARG ODOO_RELEASE=20250415
73
+ ARG ODOO_SHA=4dba1e739c24a394f00cb6167fd84f9c9f6819b3
74
74
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
75
75
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
76
76
&& apt-get update \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN npm install -g rtlcss
71
71
72
72
# Install Odoo
73
73
ENV ODOO_VERSION 17.0
74
- ARG ODOO_RELEASE=20250401
75
- ARG ODOO_SHA=7c4814eb00f0eb50ef5a16c31f241d6e69a05bb2
74
+ ARG ODOO_RELEASE=20250415
75
+ ARG ODOO_SHA=c6145d4f40a728b0690ebb118d6331475c159566
76
76
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
77
77
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
78
78
&& apt-get update \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN npm install -g rtlcss
71
71
72
72
# Install Odoo
73
73
ENV ODOO_VERSION 18.0
74
- ARG ODOO_RELEASE=20250401
75
- ARG ODOO_SHA=e855a2ae12dd342571629c9e9e7e531bebff3fb2
74
+ ARG ODOO_RELEASE=20250415
75
+ ARG ODOO_SHA=5011f09e346a00583ad38558edfcf309360fa53c
76
76
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
77
77
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
78
78
&& apt-get update \
You can’t perform that action at this time.
0 commit comments