Skip to content

Commit d0f1f0c

Browse files
authored
Merge pull request #319 from acsone/update-mt-sbi
Upgrade maintainer-tools
2 parents 7943322 + c58c71a commit d0f1f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -x \
3030
&& python${PY} -m venv /ocamt \
3131
&& /ocamt/bin/pip install --no-cache-dir -U pip wheel
3232
RUN set -x \
33-
&& /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f5c04a0a1263bfbd1aa552085db244b2e0c2941a#egg=oca-maintainers-tools \
33+
&& /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@62d81e2e7e2a60ea7082d4f54095f905443a4d0b#egg=oca-maintainers-tools \
3434
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
3535
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
3636
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \

0 commit comments

Comments
 (0)