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

(cherry picked from commit 118cc0d735)
This commit is contained in:
Dimitris Sotirakis
2022-01-18 11:43:05 +00:00
committed by GitHub
parent 2b967ad8ec
commit db94117d84
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -512,7 +512,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),
],