From 9a8b9fef8713a438868632a2cbc4431705fb7d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 2 Oct 2024 18:08:41 +0200 Subject: [PATCH] Upgrade maintainer tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48094899..8f92a25a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN set -x \ && python${PY} -m venv /ocamt \ && /ocamt/bin/pip install --no-cache-dir -U pip wheel RUN set -x \ - && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@b2b2c72c23f1e2ba072993c331e568862abe5a9e#egg=oca-maintainers-tools \ + && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@fbdc8945feabe1f6f3091c1b2d517b6c4160bc2b#egg=oca-maintainers-tools \ && ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \ && ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \ && ln -s /ocamt/bin/oca-gen-metapackage /usr/local/bin/ \