diff --git a/Dockerfile b/Dockerfile index 69af099..6df9858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update \ novnc websockify \ dos2unix \ python3-pip \ - && npx playwright install --with-deps firefox \ + && npx playwright@1.29 install --with-deps firefox \ && apt-get clean \ && rm -rf \ /tmp/* \