diff --git a/docker-compose.playwright.yml b/docker-compose.playwright.yml index fff5794e58..9b0eac6c54 100644 --- a/docker-compose.playwright.yml +++ b/docker-compose.playwright.yml @@ -5,7 +5,7 @@ services: context: . dockerfile: Dockerfile.playwright args: - - PLAYWRIGHT_VERSION=1.20.2 + - PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION} volumes: - .:/app user: ${USER_ID}