We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5746b commit ede8531Copy full SHA for ede8531
Dockerfile
@@ -83,7 +83,7 @@ RUN git clone --branch 16.0 --depth 1 https://github.com/oca/account-analytic.gi
83
84
85
WORKDIR /opt/repos/other
86
-RUN git clone --branch 16.x --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;
+RUN git clone --branch 17.0.0 --depth 1 https://github.com/rubencabrera/odoo-addons.git rubencabrera-odoo-addons;
87
88
# Configuración
89
WORKDIR /opt
0 commit comments