Skip to content

Commit

Permalink
[Misc] Upgrade playwright to 1.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Nov 4, 2024
1 parent 717fa9d commit 2310708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2310708

Please sign in to comment.