Update Odoo versions for 14.0-arm and 15.0-arm

This commit is contained in:
Florian 2023-02-11 11:32:28 +01:00
parent 99576ee449
commit 51a6d57681
2 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 14.0
ARG ODOO_RELEASE=20220401
ARG ODOO_SHA=43eabf4f6f55cd2887dc123d955bfaf9c7f27a32
ARG ODOO_RELEASE=20230210
ARG ODOO_SHA=c10f97e1877f5e9173c24efdcbed129bd21328c4
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \

View File

@ -55,8 +55,8 @@ RUN npm install -g rtlcss
# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20220401
ARG ODOO_SHA=47f9d71dcfd0c0884969b361bc1bbe5f45fb3ac5
ARG ODOO_RELEASE=20230210
ARG ODOO_SHA=c8f3d1b3af6847c9b4e9d4750e0fc34b303911c7
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
&& apt-get update \