hatch-containers
hatch-containers copied to clipboard
Changing `image = python:{version}` has no effect if the containers already exist
For instance if you change from image = python:{version} to image = python:{version}-alpine, you would expect the next hatch run to pull the alpine image and execute tasks in a new container. What happens instead is that the existing container is used.