Replace docker-puppeteer with the one in grafana dockerhub repo (#44145)

This commit is contained in:
Dimitris Sotirakis
2022-01-18 12:23:21 +01:00
committed by GitHub
parent bc74d44cee
commit 118cc0d735
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ def test_a11y_frontend_step(ver_mode, edition, port=3001):
return {
'name': 'test-a11y-frontend' + enterprise2_suffix(edition),
'image': 'hugohaggmark/docker-puppeteer',
'image': 'grafana/docker-puppeteer:1.0.0',
'depends_on': [
'end-to-end-tests-server' + enterprise2_suffix(edition),
],