diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 7bfe7e9..84743f4 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -32,4 +32,4 @@ COPY --from=node_base /usr/local/lib/node_modules/ /usr/local/lib/node_modules/ # Copy of the symbolic links to the installed node tools in a folder of the PATH. COPY --from=node_base /usr/local/bin/ /usr/local/bin/ ## Install playwright dependencies -RUN pnpx playwright@1.47.2 install && pnpx playwright@1.47.2 install-deps +RUN pnpx playwright@1.48.2 install && pnpx playwright@1.48.2 install-deps