We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfba32 commit 83345e0Copy full SHA for 83345e0
packages/playwright-common/Dockerfile
@@ -1,5 +1,7 @@
1
ARG PLAYWRIGHT_VERSION
2
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-noble
3
+# Expose the argument to this build stage
4
+ARG PLAYWRIGHT_VERSION
5
6
WORKDIR /work
7
0 commit comments