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=20221012
59- ARG ODOO_SHA=f938f53b8c9de5bb941bffbca1eb4d6bf44fa314
58+ ARG ODOO_RELEASE=20221025
59+ ARG ODOO_SHA=3be24ed710e51041a1b23d2ae55408077572cc5a
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=20221012
59- ARG ODOO_SHA=55bf57fd9544ba5ea4033507eaf424cbbf1e95dc
58+ ARG ODOO_RELEASE=20221025
59+ ARG ODOO_SHA=923fdec85ac9a4230fc93af00d12d8911a0613b4
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 16.0
58- ARG ODOO_RELEASE=20221012
59- ARG ODOO_SHA=f34bc089609c2a7da65f25f29cf4e0218c7af464
58+ ARG ODOO_RELEASE=20221025
59+ ARG ODOO_SHA=b05756b507d2bdad65a0d76f88b0a90719ff0e44
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 \
You can’t perform that action at this time.
0 commit comments