From 8ea4b5f530e6f5d0c1eec1eade2567610ae1616e Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:35:18 +0200 Subject: [PATCH] chore: Update templates for base image: apify/actor-python-playwright,apify/actor-python-playwright-chrome,apify/actor-python-playwright-firefox,apify/actor-python-playwright-webkit,apify/actor-python-playwright-camoufox --- templates/python-crawlee-playwright-camoufox/Dockerfile | 2 +- templates/python-crawlee-playwright/Dockerfile | 2 +- templates/python-playwright/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/python-crawlee-playwright-camoufox/Dockerfile b/templates/python-crawlee-playwright-camoufox/Dockerfile index d0d2efc56..170bf7f79 100644 --- a/templates/python-crawlee-playwright-camoufox/Dockerfile +++ b/templates/python-crawlee-playwright-camoufox/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright-camoufox:3.14-1.61.0 +FROM apify/actor-python-playwright-camoufox:3.14-1.62.0 # Second, copy just requirements.txt into the Actor image, # since it should be the only file that affects the dependency install in the next step, diff --git a/templates/python-crawlee-playwright/Dockerfile b/templates/python-crawlee-playwright/Dockerfile index d6a1f2b59..038e51f13 100644 --- a/templates/python-crawlee-playwright/Dockerfile +++ b/templates/python-crawlee-playwright/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright:3.14-1.61.0 +FROM apify/actor-python-playwright:3.14-1.62.0 USER myuser diff --git a/templates/python-playwright/Dockerfile b/templates/python-playwright/Dockerfile index d6a1f2b59..038e51f13 100644 --- a/templates/python-playwright/Dockerfile +++ b/templates/python-playwright/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright:3.14-1.61.0 +FROM apify/actor-python-playwright:3.14-1.62.0 USER myuser