File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 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
6969
7070# Install Odoo
7171ENV ODOO_VERSION 16.0
72- ARG ODOO_RELEASE=20241007
73- ARG ODOO_SHA=6fb4b7e5bbbc88991511c7ae1121c92625b99649
72+ ARG ODOO_RELEASE=20241017
73+ ARG ODOO_SHA=7223ab5d65a42a6d189cdfb5397716a51ef512f9
7474RUN 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 \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN npm install -g rtlcss
7171
7272# Install Odoo
7373ENV ODOO_VERSION 17.0
74- ARG ODOO_RELEASE=20241007
75- ARG ODOO_SHA=4fa14c442f44693556bba99eb4a6b90c13be9b7d
74+ ARG ODOO_RELEASE=20241017
75+ ARG ODOO_SHA=e5d7e6c6d011698cb6589e2a9b717caaac69df35
7676RUN 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 \
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ RUN npm install -g rtlcss
7171
7272# Install Odoo
7373ENV ODOO_VERSION 18.0
74- ARG ODOO_RELEASE=20241007
75- ARG ODOO_SHA=d96c137e1dc0a60a78767a3a959be49d9ba615c1
74+ ARG ODOO_RELEASE=20241017
75+ ARG ODOO_SHA=dc1c1e8bb1323fd32ce1bd830bb1d6c6d93098c7
7676RUN 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 \
You can’t perform that action at this time.
0 commit comments