From f50241712bf93b8e85f7f3a295a0c29bf177354c Mon Sep 17 00:00:00 2001 From: syed salman <72004356+syedsalman3753@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:59:41 +0530 Subject: [PATCH] [MOSIP-35558] Updated base image tag Signed-off-by: syed salman <72004356+syedsalman3753@users.noreply.github.com> --- uitest-resident/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uitest-resident/Dockerfile b/uitest-resident/Dockerfile index 458f9801..dd8a738e 100644 --- a/uitest-resident/Dockerfile +++ b/uitest-resident/Dockerfile @@ -1,4 +1,4 @@ -FROM selenium/standalone-chrome:latest +FROM selenium/standalone-chrome:127.0.6533.119 USER root