Skip to content

Commit

Permalink
Update playwright to support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
raethlein committed Nov 1, 2024
1 parent 6e43b4b commit ba7f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PIP_VERSION=${PIP_VERSION}
RUN pip install --no-cache-dir --upgrade "pip==${PIP_VERSION}" && pip --version

# Setup Playwright
ARG PLAYWRIGHT_VERSION="1.39.0"
ARG PLAYWRIGHT_VERSION="1.48.0"
ENV PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION}

RUN pip install --no-cache-dir playwright=="${PLAYWRIGHT_VERSION}" && playwright install webkit chromium firefox --with-deps
Expand Down

0 comments on commit ba7f008

Please sign in to comment.