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=20241209
73- ARG ODOO_SHA=cec2ddcce6dd38867b6983dbe68b2c43b030cd12
72+ ARG ODOO_RELEASE=20241220
73+ ARG ODOO_SHA=6312a02426f8b8c8b7578947cd8733e8f042de54
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=20241209
75- ARG ODOO_SHA=001b05df41497bd08b49c9c44ad489026f4c4542
74+ ARG ODOO_RELEASE=20241220
75+ ARG ODOO_SHA=db83c23c2c4a4b5c7881cde0c4d8868c7b9adf10
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=20241209
75- ARG ODOO_SHA=e770c1c522d51a81e1b635babd9be08df17fa604
74+ ARG ODOO_RELEASE=20241220
75+ ARG ODOO_SHA=449cd495882dc0f35bc11632414fcdc585ed350e
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