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 @@ -55,8 +55,8 @@ RUN npm install -g rtlcss
5555
5656# Install Odoo
5757ENV ODOO_VERSION 14.0
58- ARG ODOO_RELEASE=20230901
59- ARG ODOO_SHA=0777c849049f346bb6f3f0eb7d544e9d2960d8d8
58+ ARG ODOO_RELEASE=20230908
59+ ARG ODOO_SHA=2d87d3ad92af4643873995a0749b3b97cdeb7f73
6060RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6161 && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6262 && apt-get update \
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ RUN npm install -g rtlcss
5555
5656# Install Odoo
5757ENV ODOO_VERSION 15.0
58- ARG ODOO_RELEASE=20230901
59- ARG ODOO_SHA=22553b2cb576c94801b6b1180c55e6d6d29de338
58+ ARG ODOO_RELEASE=20230908
59+ ARG ODOO_SHA=ff9c3147d2f2056d1f510958e16fb15d5dc89b6e
6060RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6161 && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6262 && apt-get update \
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ RUN npm install -g rtlcss
5757
5858# Install Odoo
5959ENV ODOO_VERSION 16.0
60- ARG ODOO_RELEASE=20230901
61- ARG ODOO_SHA=2287a32457f8d26405b7203820c54dc112a4537d
60+ ARG ODOO_RELEASE=20230908
61+ ARG ODOO_SHA=e8031569c375721ada05f12f4be4044f5d7bddbd
6262RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6363 && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6464 && apt-get update \
You can’t perform that action at this time.
0 commit comments