From 89b64d1c76481b356333be112fede707ea02aca8 Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:33:13 +0200 Subject: [PATCH] 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 0df452f063..eac2a82da0 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' {# Camoufox ships its own Firefox build and caps the Playwright version it supports, so it keeps an explicit compatible version instead of following the automatically updated shared pin. #} # % set camoufox_playwright_version = '1.60.0'