Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Use the latest Playwright to support Python 3.12
  • Loading branch information
kajarenc authored Nov 3, 2023
1 parent 661f63e commit 675a7aa
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.36.0"
ARG PLAYWRIGHT_VERSION="1.39.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 675a7aa

Please sign in to comment.