Merge branch 'dev' of github.com:diginc/docker-pi-hole into no_resolv_check

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill
2020-05-30 18:03:05 -05:00
17 changed files with 203 additions and 327 deletions

View File

@@ -81,7 +81,7 @@ def version():
@pytest.fixture()
def tag(version, arch):
return '{}_{}'.format(version, arch)
return '{}-{}'.format(version, arch)
@pytest.fixture
def webserver(tag):