We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b4cfe commit 97172f8Copy full SHA for 97172f8
.ibm/images/Dockerfile
@@ -1,6 +1,6 @@
1
# Base image from Microsoft Playwright
2
# Must stay pinned to a version which includes Nodejs 22
3
-FROM mcr.microsoft.com/playwright:v1.51.1-jammy
+FROM mcr.microsoft.com/playwright:v1.52.0-jammy
4
5
# Set environment variables for the container
6
ENV CI=1 \
0 commit comments