Skip to content

Commit

Permalink
fix: use 16.x branch for rubencabrera-odoo-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 27, 2024
1 parent 704b5a1 commit eb5746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN git clone --branch 16.0 --depth 1 https://github.com/oca/account-analytic.gi


WORKDIR /opt/repos/other
RUN git clone --branch 16 --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;
RUN git clone --branch 16.x --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;

# Configuración
WORKDIR /opt
Expand Down

0 comments on commit eb5746b

Please sign in to comment.