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"]