We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab0820 + 13bd856 commit 7943322Copy full SHA for 7943322
Dockerfile
@@ -30,7 +30,7 @@ RUN set -x \
30
&& python${PY} -m venv /ocamt \
31
&& /ocamt/bin/pip install --no-cache-dir -U pip wheel
32
RUN set -x \
33
- && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@fbdc8945feabe1f6f3091c1b2d517b6c4160bc2b#egg=oca-maintainers-tools \
+ && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f5c04a0a1263bfbd1aa552085db244b2e0c2941a#egg=oca-maintainers-tools \
34
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
35
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
36
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \
0 commit comments