Skip to content

Commit

Permalink
[REF] Odoo 14.0-16.0: update to release 20221116
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Nov 16, 2022
1 parent 0d7a76b commit 4568171
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 14.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 14.0
ARG ODOO_RELEASE=20221104
ARG ODOO_SHA=43aca21407e6fa13957a1ab9e56a268f9d0bbc0b
ARG ODOO_RELEASE=20221116
ARG ODOO_SHA=e547e291f4ee0cc779f0d4a30fd6e4463bb21910
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 \
Expand Down
4 changes: 2 additions & 2 deletions 15.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 15.0
ARG ODOO_RELEASE=20221104
ARG ODOO_SHA=0d374f0057f67fcece809b1c6acc3b8ad7b0c204
ARG ODOO_RELEASE=20221116
ARG ODOO_SHA=2e8e5d5851e711fe1e1b19dad9dce224fa2ef25f
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 \
Expand Down
4 changes: 2 additions & 2 deletions 16.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 16.0
ARG ODOO_RELEASE=20221104
ARG ODOO_SHA=992e4f25439ce8adf4c235d3a3876f4191404ef8
ARG ODOO_RELEASE=20221116
ARG ODOO_SHA=ccf93359e8685c4d47d15636cc0c6a1f8ae9b52e
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 \
Expand Down

0 comments on commit 4568171

Please sign in to comment.