diff --git a/tests/Dockerfile b/tests/Dockerfile index 1e5e3e185a..73bd0ba67f 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,5 +1,5 @@ # FROM cypress/browsers:node10.2.1-chrome74 # Chrome has lots of timeouts for some reason -FROM cypress/base:10 +FROM cypress/base:16 # Optionally pass proxy information to get internet connectivity within npm ci # postinstall hooks when running behind corporate proxies.