From 1998324c4d4453c66552cd01ecea455b13846bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:40:01 +0000 Subject: [PATCH] chore(deps): update apify/actor-python docker tag to v3.14 --- .../project_template/{{cookiecutter.project_name}}/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*