Skip to content

Commit 7f37c55

Browse files
committed
[REF] Odoo 14.0-16.0: update to release 20221025
1 parent ad549a7 commit 7f37c55

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

14.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
5555

5656
# Install Odoo
5757
ENV ODOO_VERSION 14.0
58-
ARG ODOO_RELEASE=20221012
59-
ARG ODOO_SHA=f938f53b8c9de5bb941bffbca1eb4d6bf44fa314
58+
ARG ODOO_RELEASE=20221025
59+
ARG ODOO_SHA=3be24ed710e51041a1b23d2ae55408077572cc5a
6060
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6161
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6262
&& apt-get update \

15.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
5555

5656
# Install Odoo
5757
ENV ODOO_VERSION 15.0
58-
ARG ODOO_RELEASE=20221012
59-
ARG ODOO_SHA=55bf57fd9544ba5ea4033507eaf424cbbf1e95dc
58+
ARG ODOO_RELEASE=20221025
59+
ARG ODOO_SHA=923fdec85ac9a4230fc93af00d12d8911a0613b4
6060
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6161
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6262
&& apt-get update \

16.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
5555

5656
# Install Odoo
5757
ENV ODOO_VERSION 16.0
58-
ARG ODOO_RELEASE=20221012
59-
ARG ODOO_SHA=f34bc089609c2a7da65f25f29cf4e0218c7af464
58+
ARG ODOO_RELEASE=20221025
59+
ARG ODOO_SHA=b05756b507d2bdad65a0d76f88b0a90719ff0e44
6060
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6161
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6262
&& apt-get update \

0 commit comments

Comments
 (0)