Vert53

Results 1 issues of Vert53

I'm running the following code and getting a connection error. Might be an issue with the build itself but the error is hidden. ``` docker_client = docker.from_env() image = docker_client.images.build(tag=f'{name}:{version_tag}',...