Skip to content

Commit bb1557d

Browse files
committed
[REF] Odoo 14.0-15.0: bump to release 20221012
1 parent bf355c8 commit bb1557d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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=20221005
59-
ARG ODOO_SHA=0b73069923e9be8f293b0344baacf39282bf2eb7
58+
ARG ODOO_RELEASE=20221012
59+
ARG ODOO_SHA=f938f53b8c9de5bb941bffbca1eb4d6bf44fa314
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=20221005
59-
ARG ODOO_SHA=60bdd7c9073b1d4252e081dfbdb33b741fef623d
58+
ARG ODOO_RELEASE=20221012
59+
ARG ODOO_SHA=55bf57fd9544ba5ea4033507eaf424cbbf1e95dc
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)