Skip to content

Commit 84abbab

Browse files
committed
[REF] Odoo 14.0-16.0: update to release 20230901
1 parent 5a2479f commit 84abbab

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=20230825
59-
ARG ODOO_SHA=b528e0a4b9e3924a04a76a50866412e8c000b0ef
58+
ARG ODOO_RELEASE=20230901
59+
ARG ODOO_SHA=0777c849049f346bb6f3f0eb7d544e9d2960d8d8
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=20230825
59-
ARG ODOO_SHA=29c8f49377b264ef1e9d1e12710ec530bcceeb06
58+
ARG ODOO_RELEASE=20230901
59+
ARG ODOO_SHA=22553b2cb576c94801b6b1180c55e6d6d29de338
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
@@ -57,8 +57,8 @@ RUN npm install -g rtlcss
5757

5858
# Install Odoo
5959
ENV ODOO_VERSION 16.0
60-
ARG ODOO_RELEASE=20230825
61-
ARG ODOO_SHA=12ce0c5d56051d71ec3d9d474b3f4694fdcae45a
60+
ARG ODOO_RELEASE=20230901
61+
ARG ODOO_SHA=2287a32457f8d26405b7203820c54dc112a4537d
6262
RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
6363
&& echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
6464
&& apt-get update \

0 commit comments

Comments
 (0)