e2e: fix grafana docker image tag

This commit is contained in:
Jens Langhammer 2020-07-20 13:50:45 +02:00
parent 1393078fe6
commit 418b94a45a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class TestProviderOAuth(SeleniumTestCase):
"""Setup client grafana container which we test OAuth against"""
client: DockerClient = from_env()
container = client.containers.run(
image="grafana/grafana:latest",
image="grafana/grafana:7.1.0",
detach=True,
network_mode="host",
auto_remove=True,

View File

@ -32,7 +32,7 @@ class TestProviderOIDC(SeleniumTestCase):
"""Setup client grafana container which we test OIDC against"""
client: DockerClient = from_env()
container = client.containers.run(
image="grafana/grafana:latest",
image="grafana/grafana:7.1.0",
detach=True,
network_mode="host",
auto_remove=True,