From 2310708f8713c1d49fa9970d12d99681793f31e3 Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Mon, 4 Nov 2024 10:34:58 +0100 Subject: [PATCH] [Misc] Upgrade playwright to 1.48.2 --- build-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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