From 8a83297337e2b6332fbbbcc440fed15df155d0de Mon Sep 17 00:00:00 2001 From: Apify Service Account <64261774+apify-service-account@users.noreply.github.com> Date: Sat, 11 Jul 2026 08:42:16 +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 0c9f4b1bc..d0d2efc56 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.60.0 +FROM apify/actor-python-playwright-camoufox:3.14-1.61.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 adfe0fd7a..d6a1f2b59 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.60.0 +FROM apify/actor-python-playwright:3.14-1.61.0 USER myuser diff --git a/templates/python-playwright/Dockerfile b/templates/python-playwright/Dockerfile index adfe0fd7a..d6a1f2b59 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.60.0 +FROM apify/actor-python-playwright:3.14-1.61.0 USER myuser