diff --git a/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile b/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile index dda254f8f0..05bdaf0d8e 100644 --- a/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +++ b/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile @@ -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/*