# HG changeset patch # User Pierre-Yves David # Date 2024-08-04 08:45:31 # Node ID 81be242a1b5cbdfa6ba4d4c6b22a5a550dfb7071 # Parent dcbe7fda53e4c18e02efd48b769629841dbff24f docker-pytype: use version v2.1 of the CI image It use a more recent pytype as far as I understand. diff --git a/contrib/docker/pytype/Dockerfile b/contrib/docker/pytype/Dockerfile --- a/contrib/docker/pytype/Dockerfile +++ b/contrib/docker/pytype/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2.0 +FROM registry.heptapod.net/mercurial/ci-images/mercurial-core:v2.1 USER ci-runner