fixed ODOO_SHA to match new release
This commit is contained in:
parent
94d0333976
commit
501e42085f
@ -72,7 +72,7 @@ RUN npm install -g rtlcss
|
||||
# Install Odoo
|
||||
ENV ODOO_VERSION 17.0
|
||||
ARG ODOO_RELEASE=20240905
|
||||
ARG ODOO_SHA=9fd807d55facb850ead1ad86dc628e26961dfb20
|
||||
ARG ODOO_SHA=e183819cc8cc44a3db550929521ba68174859d9f
|
||||
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