From 91e8693672af90e575613c84921be3f94cdc0ebb Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 2 Dec 2021 18:18:08 +0200 Subject: [PATCH] Adding a latest tag to the all-pythons docker --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4eaedc8c7..32d1680a2a 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ healtcheck_cmd = python -c "import socket;print(True) if 0 == socket.socket(sock [docker:lots-of-pythons] name = lots-of-pythons -image = redisfab/lots-of-pythons +image = redisfab/lots-of-pythons:latest volumes = bind:rw:{toxinidir}:/data