From ee75f7bcef79abd1cb76c16b150bac24e2464dd7 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 7 May 2020 13:37:41 +0545 Subject: [PATCH] revert selenium chrome docker image to 3.141.59-20200326 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 3633dbf9cb..ac4911084c 100644 --- a/.drone.star +++ b/.drone.star @@ -244,7 +244,7 @@ def testing(ctx): }, { 'name': 'selenium', - 'image': 'selenium/standalone-chrome-debug:latest', + 'image': 'selenium/standalone-chrome-debug:3.141.59-20200326', 'pull': 'always', 'volumes': [{ 'name': 'uploads',