Update Odoo nightly version to 20220107
This commit is contained in:
parent
51548ef50f
commit
5b7398fd2f
@ -55,8 +55,8 @@ RUN npm install -g rtlcss
|
||||
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 15.0
|
||||
ARG ODOO_RELEASE=20211229
|
||||
ARG ODOO_SHA=9cb4888027bb55afc7dab2cef2d5ffb4f6ebce12
|
||||
ARG ODOO_RELEASE=20220107
|
||||
ARG ODOO_SHA=a0577ba043af96a5abfb9098e06cd4d2ffa6f2e88000179d4713b7015f26dc35
|
||||
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