Skip to content

Commit 7943322

Browse files
authored
Merge pull request #315 from acsone/update-mt-sbi
Upgrade maintainer-tools
2 parents cab0820 + 13bd856 commit 7943322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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@fbdc8945feabe1f6f3091c1b2d517b6c4160bc2b#egg=oca-maintainers-tools \
33+
&& /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f5c04a0a1263bfbd1aa552085db244b2e0c2941a#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)