Skip to content

Commit 83345e0

Browse files
authored
Expose PLAYWRIGHT_VERSION argument properly in Dockerfile (#32688)
1 parent 3cfba32 commit 83345e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/playwright-common/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ARG PLAYWRIGHT_VERSION
22
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-noble
3+
# Expose the argument to this build stage
4+
ARG PLAYWRIGHT_VERSION
35

46
WORKDIR /work
57

0 commit comments

Comments
 (0)