From c07c842b960aab6b35c1831bfb8af2a8bd1fc694 Mon Sep 17 00:00:00 2001 From: Miguel Jacinto Date: Tue, 18 Oct 2016 10:34:53 +0100 Subject: [PATCH] pin selenium docker image version to 2.53.1 (#141) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 6b4abcda08..78321209c1 100644 --- a/.env +++ b/.env @@ -16,7 +16,7 @@ PHP_IMAGE=ezsystems/php:7.0-v0 PHP_IMAGE_DEV=ezsystems/php:7.0-v0-dev NGINX_IMAGE=nginx:stable MYSQL_IMAGE=mariadb:10.0 -SELENIUM_IMAGE=selenium/standalone-firefox +SELENIUM_IMAGE=selenium/standalone-firefox:2.53.1 REDIS_IMAGE=redis # App image name for use if you inted to push it to docker registry/hub.