mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Expose PLAYWRIGHT_VERSION argument properly in Dockerfile (#32688)
This commit is contained in:
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user