From dcd7fdc48c7352bfd5c1a27f99a49b785b216d2b Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Tue, 11 Aug 2026 10:38:21 +0200 Subject: [PATCH 1/2] chore: update Playwright version in project template --- .../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 639e251387..c283197f75 100644 --- a/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +++ b/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile @@ -5,7 +5,7 @@ {# The Playwright version baked into the Apify Playwright base images. Keep this in sync with the `playwright` version resolved by the lockfile so the installed package matches the browser binaries shipped in the base image. #} -# % set playwright_version = '1.60.0' +# % set playwright_version = '1.62.0' # % if cookiecutter.crawler_type == 'playwright' or cookiecutter.crawler_type.startswith('adaptive-') or cookiecutter.crawler_type == 'stagehand' # % set base_image = 'apify/actor-python-playwright:3.13-' ~ playwright_version From 1f3c536fdefde0ce3c5dc4a3e92195b273a72b68 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Wed, 19 Aug 2026 08:43:11 +0200 Subject: [PATCH 2/2] Update Playwright version in Dockerfile to 1.61.0 --- .../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 c283197f75..c4bba1972d 100644 --- a/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile +++ b/src/crawlee/project_template/{{cookiecutter.project_name}}/Dockerfile @@ -5,7 +5,7 @@ {# The Playwright version baked into the Apify Playwright base images. Keep this in sync with the `playwright` version resolved by the lockfile so the installed package matches the browser binaries shipped in the base image. #} -# % set playwright_version = '1.62.0' +# % set playwright_version = '1.61.0' # % if cookiecutter.crawler_type == 'playwright' or cookiecutter.crawler_type.startswith('adaptive-') or cookiecutter.crawler_type == 'stagehand' # % set base_image = 'apify/actor-python-playwright:3.13-' ~ playwright_version