From 1b98c65c341a08477509191c9fc499411260079d Mon Sep 17 00:00:00 2001 From: Isaac G Date: Mon, 13 Jun 2022 17:24:40 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0890544..9a6e2b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM selenium/node-chrome-debug:3.141.59 +FROM selenium/standalone-chrome:4.2.2-20220609 USER root # Install pulse audio and python @@ -13,4 +13,4 @@ COPY entrypoint.sh /opt/bin/entrypoint.sh USER seluser -ENTRYPOINT ["sh", "/opt/bin/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["sh", "/opt/bin/entrypoint.sh"]