diff --git a/e2e/test_source_oauth.py b/e2e/test_source_oauth.py index fa33ed04d..b81667bfa 100644 --- a/e2e/test_source_oauth.py +++ b/e2e/test_source_oauth.py @@ -74,7 +74,7 @@ class TestSourceOAuth2(SeleniumTestCase): def get_container_specs(self) -> Optional[Dict[str, Any]]: return { - "image": "docker.beryju.org/proxy/quay.io/dexidp/dex:v2.24.0", + "image": "quay.io/dexidp/dex:v2.24.0", "detach": True, "network_mode": "host", "auto_remove": True,