Skip to content

Commit d04d885

Browse files
committed
[REF] Odoo 14.0-16.0: update to release 20230925
1 parent 61148a8 commit d04d885

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=20230908
59-
ARG ODOO_SHA=2d87d3ad92af4643873995a0749b3b97cdeb7f73
58+
ARG ODOO_RELEASE=20230925
59+
ARG ODOO_SHA=b7622d939c7135e693d498aec22a21638616bfee
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=20230908
59-
ARG ODOO_SHA=ff9c3147d2f2056d1f510958e16fb15d5dc89b6e
58+
ARG ODOO_RELEASE=20230925
59+
ARG ODOO_SHA=e10abf8d0b57917d198d8185aa893fd44ce65c9c
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=20230908
61-
ARG ODOO_SHA=e8031569c375721ada05f12f4be4044f5d7bddbd
60+
ARG ODOO_RELEASE=20230925
61+
ARG ODOO_SHA=c258ecd198cbd079fe1a271dcba23930820eb12f
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)