Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM apify/actor-python-playwright:3.13
# Currently camoufox has issues installing on Python 3.13
FROM apify/actor-python-playwright:3.12
# % else
FROM apify/actor-python:3.13
FROM apify/actor-python:3.14
# % endif

RUN apt update && apt install -yq git && rm -rf /var/lib/apt/lists/*
Expand Down
Loading