From 3bce6603175f7d1312713435c936fd37c8b42776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 10 Dec 2023 18:41:16 +0100 Subject: [PATCH] Upgrade maintainer-tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71d55e11..b149c77d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN set -x \ && python3 -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@f71041f22b8cd68cf7c77b73a14ca8d8cd190a60#egg=oca-maintainers-tools \ + && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@9a170331575a265c092ee6b24b845ec508e8ef75#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/ \