[REF] Odoo 14.0-16.0: update to release 20230310
This commit is contained in:
parent
ff99b5f501
commit
870aef4a7a
@ -55,8 +55,8 @@ RUN npm install -g rtlcss
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 14.0
|
||||
ARG ODOO_RELEASE=20230224
|
||||
ARG ODOO_SHA=a59688f0c2c830f243fec130e3c651d93f188658
|
||||
ARG ODOO_RELEASE=20230310
|
||||
ARG ODOO_SHA=37bba47bc9c24ce6e68d4fe9255d6ac609eeea68
|
||||
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 \
|
||||
|
@ -55,8 +55,8 @@ RUN npm install -g rtlcss
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 15.0
|
||||
ARG ODOO_RELEASE=20230224
|
||||
ARG ODOO_SHA=44613aceddf8e928ca50fc23979b1141fa4bb7d5
|
||||
ARG ODOO_RELEASE=20230310
|
||||
ARG ODOO_SHA=bb55d17bc0ae4d0d084c20d3382b6ece49718cbb
|
||||
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 \
|
||||
|
@ -55,8 +55,8 @@ RUN npm install -g rtlcss
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 16.0
|
||||
ARG ODOO_RELEASE=20230224
|
||||
ARG ODOO_SHA=2a4ed4c36b82a05707b6e709182266672a32ace2
|
||||
ARG ODOO_RELEASE=20230310
|
||||
ARG ODOO_SHA=98ae3919fe80e537531c55d74e91f57853e7a67a
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user