We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671ca54 commit 8344ed1Copy full SHA for 8344ed1
.ibm/images/Dockerfile
@@ -1,4 +1,5 @@
1
-# pin to an image using Node 20
+# Base image from Microsoft Playwright
2
+# Must stay pinned to a version which includes Nodejs 20
3
FROM mcr.microsoft.com/playwright:v1.46.1-jammy
4
5
ENV CI=1 \
0 commit comments