Skip to content

Commit

Permalink
[REF] Odoo 12.0-14.0: update to release 20210419
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fence committed Apr 19, 2021
1 parent 59b76d6 commit dea339f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ RUN echo "deb http://deb.nodesource.com/node_8.x stretch main" > /etc/apt/source

# Install Odoo
ENV ODOO_VERSION 12.0
ARG ODOO_RELEASE=20210407
ARG ODOO_SHA=c045039b78bf624cafa00b84f5b2b2b1b5fe532e
ARG ODOO_RELEASE=20210419
ARG ODOO_SHA=fc2da8b587cdade7a94a51cb251c5cef9ea13fe8
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 13.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ RUN npm install -g rtlcss

# Install Odoo
ENV ODOO_VERSION 13.0
ARG ODOO_RELEASE=20210407
ARG ODOO_SHA=ca37f801e71721044351a6457dcdc4091a138771
ARG ODOO_RELEASE=20210419
ARG ODOO_SHA=ec2a29adc7fafb5e7d42a984898f20d259cd4c7a
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 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=20210407
ARG ODOO_SHA=aff621cdd7e1ee2e27769d26356954cc8d143be1
ARG ODOO_RELEASE=20210419
ARG ODOO_SHA=ae54fd63089d0c4bef5e123fdefed368a76021ab
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 dea339f

Please sign in to comment.