[REF] Odoo 13.0-14.0: bump to release 20211007
This commit is contained in:
parent
69ab15cc5c
commit
03840f1cf9
@ -54,8 +54,8 @@ RUN npm install -g rtlcss
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 13.0
|
||||
ARG ODOO_RELEASE=20211006
|
||||
ARG ODOO_SHA=b3545e9d1a28c5955c3fc95d5dbe726807ed70f6
|
||||
ARG ODOO_RELEASE=20211007
|
||||
ARG ODOO_SHA=5761202ca3dea1f89ad2e67a0f4111c5291f20e3
|
||||
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 14.0
|
||||
ARG ODOO_RELEASE=20211006
|
||||
ARG ODOO_SHA=468f467ce89e39b9aa735bbc70412000bd99b2c2
|
||||
ARG ODOO_RELEASE=20211007
|
||||
ARG ODOO_SHA=183bc4f2d640b53d5e2fb8fc06a1915a432c9ac7
|
||||
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