diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 45716b68af..9819fc9377 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright/python:v1.41.0-focal +FROM mcr.microsoft.com/playwright/python:v1.41.2-focal COPY entrypoint.sh wait-for ./ RUN apt update -y \ && apt install -y netcat wget \