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'