Expose PLAYWRIGHT_VERSION argument properly in Dockerfile (#32688)

This commit is contained in:
Michael Telatynski
2026-03-03 12:40:41 +00:00
committed by GitHub
parent 3cfba323f6
commit 83345e0871
+2
View File
@@ -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