Mercurial > hg-stable
changeset 51815:81be242a1b5c
docker-pytype: use version v2.1 of the CI image
It use a more recent pytype as far as I understand.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 04 Aug 2024 10:45:31 +0200 |
parents | dcbe7fda53e4 |
children | 2f88df88f5b9 |
files | contrib/docker/pytype/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/docker/pytype/Dockerfile Thu Aug 01 13:14:05 2024 +0200 +++ b/contrib/docker/pytype/Dockerfile Sun Aug 04 10:45:31 2024 +0200 @@ -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