Expose PLAYWRIGHT_VERSION argument properly in Dockerfile (#32688)
This commit is contained in:
committed by
GitHub
parent
3cfba323f6
commit
83345e0871
@@ -1,5 +1,7 @@
|
||||
ARG PLAYWRIGHT_VERSION
|
||||
FROM mcr.microsoft.com/playwright:v${PLAYWRIGHT_VERSION}-noble
|
||||
# Expose the argument to this build stage
|
||||
ARG PLAYWRIGHT_VERSION
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
|
||||
Reference in New Issue
Block a user